UNPKG

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