mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 23:26:38 +00:00
86d9eaf2fb
* fix(plugin-formula): fix locale * refactor(client): migrate variable component * refactor(plugin-workflow): use core evaluators * refactor(plugin-workflow): migrate calculation engines to evaluators
4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
// @ts-nocheck
|
|
export * from './lib/client';
|
|
export { default } from './lib/client';
|