You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
263 B
8 lines
263 B
import './preset';
|
|
export * from './exports';
|
|
export { version } from './version';
|
|
export const iconfont = {
|
|
css: '//at.alicdn.com/t/a/font_470089_8hnbbf8n4u8.css',
|
|
js: '//at.alicdn.com/t/a/font_470089_8hnbbf8n4u8.js',
|
|
};
|
|
//# sourceMappingURL=index.js.map
|