property-manager
Version:
make it easier to manage the properties/attributes of your class.
17 lines (14 loc) • 486 B
JavaScript
import {NormalPropertyManager} from './normal.js'
export * from './ability.js'
export * from './abstract.js'
export * from './advance.js';
export * from './array.js'
export * from './assign-value.js'
export * from './normal.js'
export * from './simple.js';
export * from './properties/index.js'
export * from './properties/define-properties.js'
export * from './to-json-schema.js';
export * from './to-ui-schema.js';
export * from './to-rjsf.js';
export default NormalPropertyManager