UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

4 lines (3 loc) 182 B
export declare const toString: (val: any, spaces?: number) => string; export declare const startCase: (str: string) => string; export declare const upperFirst: (str: any) => string;