UNPKG

next

Version:

The React Framework

7 lines (6 loc) 201 B
import React from 'react'; export type RootLayoutErrorProps = { missingTags: string[]; }; export declare const RootLayoutError: React.FC<RootLayoutErrorProps>; export declare const styles: string;