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