feat: update ts type
parent
9073ad30bb
commit
e8316dab2e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue