UNPKG

y-design-ssr

Version:

SSR component library of YUI with Vue3

12 lines (11 loc) 283 B
export type Message = { [key: string]: string; }; type Text = Record<string, Message>; type Texts = Record<string, Text>; declare const _default: { text(): Text; use(newLang: string, newConfigs: Text): void; add(newConfigs?: Texts): void; }; export default _default;