UNPKG

@vaadin/hilla-file-router

Version:

Hilla file-based router

9 lines (8 loc) 234 B
/** * Converts the name of the component to a page title. * * @param component - The component to convert the name from. * * @returns The page title. */ export declare function convertComponentNameToTitle(component: unknown): string;