UNPKG

bootstrap-vue-3

Version:

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

3 lines (2 loc) 188 B
export declare const suffixPropName: (suffix: string, value: string) => string; export declare const pluckProps: (keysToPluck: any, objToPluck: any, transformFn?: (x: any) => any) => any;