@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
7 lines • 411 B
TypeScript
import { ElementType, HTMLHopeProps } from "../types";
export declare type AlertDescriptionProps<C extends ElementType = "div"> = HTMLHopeProps<C>;
export declare function AlertDescription<C extends ElementType = "div">(props: AlertDescriptionProps<C>): import("solid-js").JSX.Element;
export declare namespace AlertDescription {
var toString: () => string;
}
//# sourceMappingURL=alert-description.d.ts.map