|
|
@ -37,7 +37,7 @@ export declare class BasicButton extends Single { |
|
|
|
isShadowShowingOnSelected?: boolean; |
|
|
|
isShadowShowingOnSelected?: boolean; |
|
|
|
trigger?: string | null; |
|
|
|
trigger?: string | null; |
|
|
|
handler?: Function; |
|
|
|
handler?: Function; |
|
|
|
bubble?: Function | null; |
|
|
|
bubble?: Function | null | string; |
|
|
|
} & Single['props']; |
|
|
|
} & Single['props']; |
|
|
|
|
|
|
|
|
|
|
|
_createShadow(): void; |
|
|
|
_createShadow(): void; |
|
|
|