UNPKG

@kubb/ui

Version:

User interface components and web dashboard for Kubb, providing a visual interface for managing and monitoring code generation.

6 lines (4 loc) 112 B
import type { SVGProps } from 'react' export type IconSvgProps = SVGProps<SVGSVGElement> & { size?: number }