MCPcopy Create free account
hub / github.com/dailydotdev/apps / AlertProps

Interface AlertProps

packages/shared/src/components/widgets/Alert.tsx:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33
34export interface AlertProps {
35 className?: string;
36 title?: ReactNode;
37 type?: AlertType;
38 children?: ReactNode;
39 flexDirection?: 'flex-col' | 'flex-row';
40}
41
42export const AlertParagraph = classed('p', 'typo-callout mt-3');
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected