| 35 | } |
| 36 | |
| 37 | export interface PreviewProps { |
| 38 | src?: string; |
| 39 | light?: boolean | string | React.ReactElement; |
| 40 | oEmbedUrl?: string; |
| 41 | onClickPreview?: (event: React.SyntheticEvent) => void; |
| 42 | playIcon?: React.ReactNode; |
| 43 | previewAriaLabel?: string; |
| 44 | previewTabIndex?: number; |
| 45 | } |
| 46 | |
| 47 | export interface Config { |
| 48 | dash?: Record<string, unknown>; |
nothing calls this directly
no outgoing calls
no test coverage detected