flowbite-2.4.0
Version:
The most popular library of interactive components built with Tailwind CSS
8 lines • 325 B
TypeScript
import { InputCounterInterface } from './interface';
export declare type InputCounterOptions = {
minValue?: number | null;
maxValue?: number | null;
onIncrement?: (InputCounter: InputCounterInterface) => void;
onDecrement?: (InputCounter: InputCounterInterface) => void;
};
//# sourceMappingURL=types.d.ts.map