MCPcopy
hub / github.com/glideapps/glide-data-grid / BeautifulProps

Interface BeautifulProps

packages/cells/src/cell.stories.tsx:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93`;
94
95interface BeautifulProps {
96 title: string;
97 description?: React.ReactNode;
98}
99
100const BeautifulWrapper: React.FC<BeautifulProps> = p => {
101 const { title, children, description } = p;

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…