2025-09-05 14:59:21 +08:00

5 lines
214 B
TypeScript

import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
/** @deprecated */
declare const ArrowSmallLeftIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default ArrowSmallLeftIcon;