UNPKG

bootstrap-vue-3

Version:

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

4 lines (3 loc) 185 B
export declare const arrayIncludes: (array: any[], value: any) => boolean; export declare const from: (...args: any[]) => any[]; export declare const concat: (...args: any[]) => any[];