UNPKG

next

Version:

The React Framework

8 lines (7 loc) 274 B
type UnrenderedSegmentInfoProps = { route: string; files: string[]; }; export declare function UnrenderedSegmentInfo({ route, files, }: UnrenderedSegmentInfoProps): import("react").JSX.Element; export declare const UNRENDERED_SEGMENT_INFO_STYLES: string; export {};