| 24 | } |
| 25 | |
| 26 | interface ButtonStaticFunctions { |
| 27 | new (dt: Api<any>, settings: boolean | string[] | ButtonsSettings | ButtonSettings[]): undefined; |
| 28 | version: string; |
| 29 | defaults: ButtonsSettings; |
| 30 | } |
| 31 | |
| 32 | interface ExtSettings { |
| 33 | buttons: ExtButtonsSettings; |
nothing calls this directly
no outgoing calls
no test coverage detected