feat: update ts type

feat-update-ts
tangjinzhou 3 years ago
parent 9073ad30bb
commit e8316dab2e

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

Loading…
Cancel
Save