UNPKG

@novely/solid-renderer

Version:
8 lines (7 loc) 229 B
import type { JSX, VoidComponent } from 'solid-js'; type SVGAttributes = JSX.SvgSVGAttributes<SVGSVGElement>; type IconProps = { icon: string; }; declare const Icon: VoidComponent<SVGAttributes & IconProps>; export { Icon };