| 19 | |
| 20 | // HTML props interface for dangerouslySetInnerHTML |
| 21 | export interface HTMLProps { |
| 22 | dangerouslySetInnerHTML?: { __html: string }; |
| 23 | } |
| 24 | |
| 25 | // Available breakpoints as a const object for better type safety |
| 26 | export const BREAKPOINTS = { |
nothing calls this directly
no outgoing calls
no test coverage detected