mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 23:40:57 +00:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
import type * as errors from "../core/errors.cjs";
|
|
declare function _default(): {
|
|
localeError: errors.$ZodErrorMap;
|
|
};
|
|
export = _default;
|