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) 756 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/editable/editable.style.d.ts declare const editableStyle: ComponentSlotStyle<"input" | "textarea" | "control" | "root" | "preview", CSSPropObject<CSSSlotObject<"input" | "textarea" | "control" | "root" | "preview">>, CSSModifierObject<CSSSlotObject<"input" | "textarea" | "control" | "root" | "preview">>, CSSModifierObject<CSSSlotObject<"input" | "textarea" | "control" | "root" | "preview">>>; type EditableStyle = typeof editableStyle; //#endregion export { EditableStyle, editableStyle }; //# sourceMappingURL=editable.style.d.ts.map