UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 198 B
import Schema from './Schema'; export { SchemaModel, StringType, NumberType, ArrayType, DateType, ObjectType, BooleanType, MixedType } from 'schema-typed'; export { Schema }; export default Schema;