UNPKG

rsuite

Version:

A suite of react components

22 lines (20 loc) 279 B
import { SchemaModel, StringType, NumberType, ArrayType, DateType, ObjectType, BooleanType } from 'schema-typed'; export default { Model: SchemaModel, Types: { StringType, NumberType, ArrayType, DateType, ObjectType, BooleanType } };