riku
2023-11-29 9b09d13712c0c005891450a3bf4b6d848ec0ff37
1
2
3
4
5
const TComponent = (options) => {
    options.options = Object.assign({ multipleSlots: true, addGlobalClass: true }, options.options);
    return Component(options);
};
export default TComponent;