UNPKG

rsuite

Version:

A suite of react components

5 lines 214 B
'use client'; import Schema from "./Schema.js"; export { SchemaModel, StringType, NumberType, ArrayType, DateType, ObjectType, BooleanType, MixedType } from 'schema-typed'; export { Schema }; export default Schema;