UNPKG

skyroc-ui

Version:

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

7 lines (6 loc) 272 B
import { AlertProps } from "./types.js"; import * as react107 from "react"; //#region src/components/alert/Alert.d.ts declare const Alert: react107.ForwardRefExoticComponent<Omit<AlertProps, "ref"> & react107.RefAttributes<HTMLDivElement>>; //#endregion export { Alert };