Closed cxddlmu closed 5 years ago
Based on this template I think it might work if you leave the "declare" statement and add an "export" statement like:
export = MagicGrid
declare class MagicGrid { .... }
Try that. If it works then update this PR, else I'll merge as is. Let me know how it goes.
@cxddlmu Any updates?
sorry for updating late.
i have tried your suggestion. It works. But you should remove export in below code, because export assignment can not be used with other export
export interface MagicGridProps
this below change will better solution export default MagicGrid declare class MagicGrid { .... }
Hi @e-oj,
Can you please merge this PR? This change required for magic-grid to work with the angular eco-system.
change the class definition way of MagicGrid