UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

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;