UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

35 lines (34 loc) 886 B
import { ComponentSlotStyle } from "../../core/system/index.types.js"; import { CSSModifierObject, CSSPropObject, CSSSlotObject } from "../../core/css/index.types.js"; import "../../index.js"; //#region src/components/status/status.style.d.ts declare const statusStyle: ComponentSlotStyle<"label" | "root" | "indicator", CSSPropObject<CSSSlotObject<"label" | "root" | "indicator">>, { sm: { indicator: { boxSize: "2"; }; label: { fontSize: "sm"; }; }; md: { indicator: { boxSize: "2.5"; }; label: { fontSize: "md"; }; }; lg: { indicator: { boxSize: "3"; }; label: { fontSize: "lg"; }; }; }, CSSModifierObject<CSSSlotObject<"label" | "root" | "indicator">>>; type StatusStyle = typeof statusStyle; //#endregion export { StatusStyle, statusStyle }; //# sourceMappingURL=status.style.d.ts.map