UNPKG

e-virt-table

Version:

A powerful data table based on canvas. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.

8 lines (7 loc) 245 B
import defaultLang from './lang/zh-CN'; export type LangConfig = typeof defaultLang; export default class Locale { private langConfig?; use(langConfig: LangConfig): void; getText(key: string, params?: Record<string, any>): string; }