UNPKG

210 BTypeScriptView Raw
1import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
2/** @deprecated */
3declare const ArrowSmallUpIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
4export default ArrowSmallUpIcon;