mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-28 18:20:59 +00:00
4 lines
131 B
TypeScript
4 lines
131 B
TypeScript
import type { Plugin } from "ajv";
|
|
declare const ajvKeywords: Record<string, Plugin<any> | undefined>;
|
|
export default ajvKeywords;
|