riku
2026-01-22 f14ea940fb32105de8b592992e3f53c62f31d84d
1
2
3
4
5
const TComponent = (options) => {
    options.options = Object.assign({ multipleSlots: true, addGlobalClass: true }, options.options);
    return Component(options);
};
export default TComponent;