import type { ShowcaseTileListProps } from '../showcaseTileList'; import type { ShowcaseExampleScreenSectionType, ShowcaseExampleType } from '../../types'; export interface ShowcaseAppProps extends Omit { initialScreen?: string; data: Array; }