mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-04 07:53:45 +00:00
5 lines
203 B
TypeScript
5 lines
203 B
TypeScript
import type { CodeKeywordDefinition, AnySchemaObject } from "../../types";
|
|
declare const def: CodeKeywordDefinition;
|
|
export declare function hasRef(schema: AnySchemaObject): boolean;
|
|
export default def;
|