UNPKG

184 BTypeScriptView Raw
1import { FunctionComponent } from 'react';
2interface SubtitleProps {
3 children?: JSX.Element | string;
4}
5export declare const Subtitle: FunctionComponent<SubtitleProps>;
6export {};