You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vizality/renderer/src/managers/index.js

6 lines
222 B

export { default as Builtin } from './Builtin';
export { default as Plugin } from './Plugin';
export { default as Theme } from './Theme';
export { default as Addon } from './Addon';
export { default as API } from './API';