beefast-website/node_modules/@heroicons/vue/20/solid/ArrowSmallRightIcon.d.ts
2025-01-09 13:32:29 +08:00

5 lines
216 B
TypeScript

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