UNPKG

@doreamonjs/gate

Version:
8 lines (7 loc) 200 B
import { FunctionComponent } from 'react'; export interface ITitle { title?: string; } export declare const Title: FunctionComponent<ITitle>; declare const _default: any; export default _default;