Skip to content

Commit e8316da

Browse files
committed
feat: update ts type
1 parent 9073ad3 commit e8316da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/collapse/commonProps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export type CollapsibleType = 'header' | 'disabled';
77

88
export type ActiveKeyType = Array<string | number> | string | number;
99

10-
interface PanelProps {
10+
export interface PanelProps {
1111
isActive?: boolean;
1212
header?: any;
1313
showArrow?: boolean;

0 commit comments

Comments
 (0)