forked from fanruan/fineui
zsmj1994
4 years ago
8 changed files with 14 additions and 9 deletions
Binary file not shown.
Before Width: | Height: | Size: 352 KiB After Width: | Height: | Size: 353 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@ |
|||||||
import { _BasicButton } from "./button.basic"; |
import { _BasicButton } from "./button.basic"; |
||||||
|
|
||||||
export interface _NodeButton extends _BasicButton { |
export interface _NodeButton extends _BasicButton { |
||||||
isOpened: () => void; |
isOpened(): void; |
||||||
|
|
||||||
setOpened: (b: boolean) => void; |
setOpened(b: boolean): void; |
||||||
|
|
||||||
triggerCollapse: () => void; |
triggerCollapse(): void; |
||||||
|
|
||||||
triggerExpand: () => void; |
triggerExpand(): void; |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue