MCPcopy Create free account
hub / github.com/callstack/linaria / Custom

Function Custom

packages/react/__tests__/styled.test.tsx:25–25  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

23
24it('renders component with display name and class name', () => {
25 const Custom: React.FC = (props) => <div {...props} />;
26
27 const Test = styled(Custom)({
28 name: 'TestComponent',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…