({ children }: { children: React.ReactNode })
| 55 | |
| 56 | const Divider = () => <hr tw="border-border dark:border-border-dark my-6 block border-b" /> |
| 57 | const Wip = ({ children }: { children: React.ReactNode }) => ( |
| 58 | <ExpandableCallout type="wip">{children}</ExpandableCallout> |
| 59 | ) |
| 60 | const Pitfall = ({ children }: { children: React.ReactNode }) => ( |
| 61 | <ExpandableCallout type="pitfall">{children}</ExpandableCallout> |
| 62 | ) |
nothing calls this directly
no outgoing calls
no test coverage detected