UNPKG

bootstrap-vue-next

Version:

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

10 lines (9 loc) 353 B
import { MaybeRefOrGetter } from 'vue'; import { Numberish } from '../types/CommonTypes'; export declare const useNumberishToStyle: (el: MaybeRefOrGetter<Numberish | undefined>, /** * The unit to use when converting a numeric value to a string * * @default 'px' */ unit?: MaybeRefOrGetter<string>) => import('vue').ComputedRef<string | undefined>;