UNPKG

@yamada-ui/react

Version:

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

10 lines (9 loc) 611 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/link-box/link-box.style.d.ts declare const linkBoxStyle: ComponentSlotStyle<"overlay" | "root", CSSPropObject<CSSSlotObject<"overlay" | "root">>, CSSModifierObject<CSSSlotObject<"overlay" | "root">>, CSSModifierObject<CSSSlotObject<"overlay" | "root">>>; type LinkBoxStyle = typeof linkBoxStyle; //#endregion export { LinkBoxStyle, linkBoxStyle }; //# sourceMappingURL=link-box.style.d.ts.map