UNPKG

skyroc-ui

Version:

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

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