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