UNPKG

@vuesax-alpha/nightly

Version:
7 lines (6 loc) 281 B
export { camelize, hyphenate } from '@vue/shared'; /** * fork from {@link https://github.com/sindresorhus/escape-string-regexp} */ export declare const escapeStringRegexp: (string?: string) => string; export declare const capitalize: <T extends string>(str: T) => Capitalize<T>;