We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da95492 commit fea13e9Copy full SHA for fea13e9
src/index.ts
@@ -25,6 +25,7 @@ export { default as DArrowRight } from './components/icon/DArrowRight.vue';
25
export { default as SunIcon } from './components/icon/Sun.vue';
26
export { default as MoonIcon } from './components/icon/Moon.vue';
27
export { default as ThemeDefaultIcon } from './components/icon/ThemeDefault.vue';
28
+export { default as FontIcon } from './components/icon/IconFont.vue';
29
30
export { default as Input } from './components/input/Input.vue';
31
export { default as MdInput } from './components/input/MdInput.vue';
0 commit comments