UNPKG

@edancerys/ts-react-components-lib

Version:
6 lines (5 loc) 142 B
import React from 'react'; export interface HelloTypeProps { person: string; } export declare const Title: React.FC<HelloTypeProps>;