UNPKG

@wener/ui

Version:

8 lines (7 loc) 184 B
export function antdIconsDynamicResolver({ type }) { return import( /* webpackInclude: /\.js$/ */ /* webpackChunkName: "antd-icons" */ `@ant-design/icons/${type}` ); }