MCPcopy
hub / github.com/rafgraph/spa-github-pages / PProps

Interface PProps

src/components/UI.tsx:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import * as CSS from 'csstype';
3
4interface PProps {
5 style?: CSS.Properties;
6 children: React.ReactNode;
7}
8export const P: React.VFC<PProps> = ({ children, style, ...rest }) => (
9 <p
10 style={{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected