5 lines
226 B
TypeScript
5 lines
226 B
TypeScript
|
|
import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
|
||
|
|
/** @deprecated */
|
||
|
|
declare const ArrowLeftOnRectangleIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
|
||
|
|
export default ArrowLeftOnRectangleIcon;
|