Browse Source

feat: update ts type

feat-update-ts
tangjinzhou 3 years ago
parent
commit
e8316dab2e
  1. 2
      components/collapse/commonProps.ts

2
components/collapse/commonProps.ts

@ -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