UNPKG

@baseplate-dev/ui-components

Version:

Shared UI component library

3 lines 149 B
import type { ElementType } from 'react'; export type IconElement = ElementType<React.SVGAttributes<SVGElement>>; //# sourceMappingURL=react.d.ts.map