UNPKG

d-render

Version:

基于 Element Plus 二次封装的数据驱动渲染组件库 - 表单、搜索表单、表格配置化渲染

12 lines (9 loc) 298 B
export type TranslatePair = { [key: string]: string | string[] | TranslatePair } export type Language = { name: string dr: TranslatePair } export type TranslatorOption = Record<string, string | number> export type Translator = (path: string, option?: TranslatorOption) => string