rsuite
Version:
A suite of react components
13 lines • 364 B
JavaScript
import { SchemaModel, StringType, NumberType, ArrayType, DateType, ObjectType, BooleanType } from 'schema-typed';
var SchemaTyped = {
Model: SchemaModel,
Types: {
StringType: StringType,
NumberType: NumberType,
ArrayType: ArrayType,
DateType: DateType,
ObjectType: ObjectType,
BooleanType: BooleanType
}
};
export default SchemaTyped;