| 20 | import { ULTIMATE_SHOWCASE } from "../tests/fixtures/ultimate-showcase"; |
| 21 | |
| 22 | export interface DemoExample { |
| 23 | id: string; |
| 24 | label: string; |
| 25 | category: string; |
| 26 | html: string; |
| 27 | } |
| 28 | |
| 29 | export const EXAMPLES: DemoExample[] = [ |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected