UNPKG

@guardian/threads

Version:
8 lines (7 loc) 185 B
import React from 'react'; declare type PanelProps = { title?: string; children: React.ReactNode; }; export declare const Panel: React.FunctionComponent<PanelProps>; export {};