UNPKG

@wazespace/wme-react-components

Version:

A package with useful replications of the Waze Map Editor components to use in userscripts

9 lines 295 B
export interface WzSectionHeaderProps { onBackClicked?(event: CustomEvent): void; headline: string; subtitle?: string; size?: 'section-header1' | 'section-header2' | 'section-header3'; backButton?: boolean; imageSrc?: string; } //# sourceMappingURL=SectionHeader.d.ts.map