4 lines
195 B
TypeScript
4 lines
195 B
TypeScript
import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
|
|
declare const Square3Stack3DIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
|
|
export default Square3Stack3DIcon;
|