| 9 | } |
| 10 | |
| 11 | export interface BindOptions { |
| 12 | /** |
| 13 | * Number of milliseconds to wait before automatically cancelling the animation. |
| 14 | */ |
| 15 | timeout?: number, |
| 16 | |
| 17 | /** |
| 18 | * A function to be called with the Ladda instance when a target button is clicked. |
| 19 | */ |
| 20 | callback?: (instance: LaddaButton) => void, |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Creates a new instance of Ladda which wraps the target button element. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…