UNPKG

@guardian/threads

Version:
7 lines (6 loc) 201 B
import { FunctionComponent, ReactNode } from 'react'; declare type CenteredPageProps = { children: ReactNode; }; export declare const CenteredPage: FunctionComponent<CenteredPageProps>; export {};