UNPKG

bootstrap-vue-next

Version:

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

9 lines (8 loc) 186 B
/** * Use data last parameters to allow for currying * * @param suffix * @param value * @returns */ export declare const suffixPropName: (suffix: string, value: string) => string;