UNPKG

bootstrap-vue-3

Version:

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

8 lines (7 loc) 226 B
/** * The `cssEscape()` util is based on this `CSS.escape()` polyfill: https://github.com/mathiasbynens/CSS.escape * * @param {unknown} value */ declare const _default: (value: unknown) => string; export default _default;