@react-form-builder/core
Version:
React JSON Schema Form Builder to create complex, validated, reusable forms with no deep React knowledge required
18 lines (17 loc) • 596 B
JavaScript
import { ContainerAnnotation as o } from "./types/annotations/ContainerAnnotation.js";
import { EventAnnotation as t } from "./types/annotations/EventAnnotation.js";
import { ModuleAnnotation as n } from "./types/annotations/ModuleAnnotation.js";
import { PropertyAnnotation as r } from "./types/annotations/PropertyAnnotation.js";
import { StyleAnnotation as i } from "./types/annotations/StyleAnnotation.js";
const f = "HH:mm:ss", l = {
Property: r,
Container: o,
Event: t,
Module: n,
Style: i
};
export {
l as AnnotationMap,
f as timeFormat
};
//# sourceMappingURL=consts.js.map