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