UNPKG

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