update ts def

This commit is contained in:
zombiej 2019-03-05 13:48:38 +08:00
parent f817aa90d2
commit 26cde5813f

View File

@ -13,7 +13,7 @@ export interface TypographyProps {
interface InternalTypographyProps extends TypographyProps {
component?: string;
setContentRef: (node: HTMLElement) => void;
setContentRef?: (node: HTMLElement) => void;
}
const Typography: React.SFC<InternalTypographyProps> = ({