UNPKG

@ams-team/ams

Version:

Admin Materials System.

20 lines (18 loc) 357 B
export const config = { BASE: 'CONFIG_BLOCK', type: { default: 'drawer' }, data: { current: 'value', fields: { value: { default: { title: 'drawer标题', visible: true, } } } } }; export const defaults = {};