mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-28 04:20:56 +00:00
4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
import type { Plugin } from "ajv";
|
|
declare const oneRequired: Plugin<undefined>;
|
|
export default oneRequired;
|