提交 acd67d21 编写于 作者: J Jakub Knejzlík 提交者: 陈帅

Fix NoticeIcon tab typings for skeletonProps (#3400)

The attribute `skeletonProps` in NoticeIcon tab has default value of `{}` so it doesn't necessary have to be required as stated in typings. This PR fixes it be optional.
上级 8320552c
......@@ -20,7 +20,7 @@ export interface INoticeIconTabProps {
name?: string;
showClear?: boolean;
skeletonCount?: number;
skeletonProps: SkeletonProps;
skeletonProps?: SkeletonProps;
style?: React.CSSProperties;
title?: string;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册