UNPKG

bootstrap-vue-next

Version:

BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.

3 lines (2 loc) 205 B
import { Numberish } from '../types/CommonTypes'; export declare const normalizeInput: (v: Numberish | null, modelModifiers: Record<"number" | "lazy" | "trim", true | undefined>) => Numberish | undefined;