mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
update ts def
This commit is contained in:
parent
f817aa90d2
commit
26cde5813f
@ -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> = ({
|
||||
|
Loading…
Reference in New Issue
Block a user