UNPKG

108 BTypeScriptView Raw
1import type { FC, ReactNode } from 'react';
2export declare const Header: FC<{
3 children?: ReactNode;
4}>;