The Node.js® Website
at main 109 B view raw
1import type { SVGProps } from 'react'; 2 3export type TailwindSVG = SVGProps<SVGSVGElement> & { tw?: string };