Skip to content

Commit

Permalink
feat: update ts type
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Mar 26, 2022
1 parent 9073ad3 commit e8316da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/collapse/commonProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e8316da

Please sign in to comment.