mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
3 lines
69 B
TypeScript
3 lines
69 B
TypeScript
|
const destroyFns: Array<() => void> = [];
|
||
|
export default destroyFns;
|