| | |
| | | import { TdOverlayProps as OverlayProps } from '../overlay/index'; |
| | | import { OverlayProps } from '../overlay/index'; |
| | | export interface TdPopupProps { |
| | | closeBtn?: { |
| | | type: BooleanConstructor; |
| | |
| | | duration?: { |
| | | type: NumberConstructor; |
| | | value?: number; |
| | | }; |
| | | externalClasses?: { |
| | | type: ArrayConstructor; |
| | | value?: ['t-class', 't-class-overlay', 't-class-content']; |
| | | }; |
| | | overlayProps?: { |
| | | type: ObjectConstructor; |
| | |
| | | type: NumberConstructor; |
| | | value?: number; |
| | | }; |
| | | } |
| | | export interface PopupVisibleChangeContext { |
| | | trigger: 'close-btn' | 'overlay'; |
| | | } |