feat: update ts type

feat-update-ts
tangjinzhou 2022-03-26 22:09:00 +08:00
parent 9073ad30bb
commit e8316dab2e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export type CollapsibleType = 'header' | 'disabled';
export type ActiveKeyType = Array<string | number> | string | number; export type ActiveKeyType = Array<string | number> | string | number;
interface PanelProps { export interface PanelProps {
isActive?: boolean; isActive?: boolean;
header?: any; header?: any;
showArrow?: boolean; showArrow?: boolean;