diff --git a/components/typography/Typography.tsx b/components/typography/Typography.tsx index 0d39710ba4..342cbdab6f 100644 --- a/components/typography/Typography.tsx +++ b/components/typography/Typography.tsx @@ -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 = ({