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