mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
fix: result types
This commit is contained in:
parent
01970b6913
commit
d0f95299cd
@ -24,7 +24,7 @@ export type ResultStatusType = ExceptionStatusType | keyof typeof IconMap;
|
||||
|
||||
export interface ResultProps {
|
||||
icon?: React.ReactNode;
|
||||
status: ResultStatusType;
|
||||
status?: ResultStatusType;
|
||||
title?: React.ReactNode;
|
||||
subTitle?: React.ReactNode;
|
||||
extra?: React.ReactNode;
|
||||
|
Loading…
Reference in New Issue
Block a user