UNPKG

element-plus

Version:

A Component Library for Vue 3

6 lines (5 loc) 240 B
export { camelize, capitalize, hyphenate, hyphenate as kebabCase, } from '@vue/shared'; /** * fork from {@link https://github.com/sindresorhus/escape-string-regexp} */ export declare const escapeStringRegexp: (string?: string) => string;