MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / EmptyViewProps

Interface EmptyViewProps

src/components/entity-components.tsx:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207};
208
209interface EmptyViewProps extends StateViewProps {
210 onNew?: () => void;
211};
212
213export const EmptyView = ({
214 message,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected