UNPKG

y-design-ssr

Version:

SSR component library of YUI with Vue3

5 lines (4 loc) 225 B
import { BEM, G_BEM } from './bem'; import { Message } from '../../locale'; export declare const createNamespace: (name: string) => readonly [string, BEM, G_BEM]; export declare const createLocale: (name: string) => Message;