second commit
This commit is contained in:
14
node_modules/flowbite/lib/esm/components/input-counter/interface.d.ts
generated
vendored
Normal file
14
node_modules/flowbite/lib/esm/components/input-counter/interface.d.ts
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
import { InputCounterOptions } from './types';
|
||||
export declare interface InputCounterInterface {
|
||||
_targetEl: HTMLElement | null;
|
||||
_incrementEl: HTMLElement | null;
|
||||
_decrementEl: HTMLElement | null;
|
||||
_options: InputCounterOptions;
|
||||
init(): void;
|
||||
increment(): void;
|
||||
decrement(): void;
|
||||
destroy(): void;
|
||||
removeInstance(): void;
|
||||
destroyAndRemoveInstance(): void;
|
||||
}
|
||||
//# sourceMappingURL=interface.d.ts.map
|
Reference in New Issue
Block a user