UNPKG

skyroc-ui

Version:

A modern React UI component library built on Radix UI and Tailwind CSS

10 lines (9 loc) 273 B
import { IconProps } from "./types.js"; import * as react_jsx_runtime189 from "react/jsx-runtime"; //#region src/components/icon/Icon.d.ts declare const Icon: { (props: IconProps): react_jsx_runtime189.JSX.Element; displayName: string; }; //#endregion export { Icon };