@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
1,168 lines • 30.3 kB
TypeScript
export declare const utils: {
noOfLines: (value: string | number) => {
overflow: string;
display: string;
"-webkit-box-orient": string;
"-webkit-line-clamp": string | number;
};
w: (value: {
readonly [$$PropertyValue]: "width";
}) => {
width: {
readonly [$$PropertyValue]: "width";
};
};
minW: (value: {
readonly [$$PropertyValue]: "minWidth";
}) => {
minWidth: {
readonly [$$PropertyValue]: "minWidth";
};
};
maxW: (value: {
readonly [$$PropertyValue]: "maxWidth";
}) => {
maxWidth: {
readonly [$$PropertyValue]: "maxWidth";
};
};
h: (value: {
readonly [$$PropertyValue]: "height";
}) => {
height: {
readonly [$$PropertyValue]: "height";
};
};
minH: (value: {
readonly [$$PropertyValue]: "minHeight";
}) => {
minHeight: {
readonly [$$PropertyValue]: "minHeight";
};
};
maxH: (value: {
readonly [$$PropertyValue]: "maxHeight";
}) => {
maxHeight: {
readonly [$$PropertyValue]: "maxHeight";
};
};
boxSize: (value: {
readonly [$$PropertyValue]: "width";
}) => {
width: {
readonly [$$PropertyValue]: "width";
};
height: {
readonly [$$PropertyValue]: "width";
};
};
shadow: (value: {
readonly [$$PropertyValue]: "boxShadow";
}) => {
boxShadow: {
readonly [$$PropertyValue]: "boxShadow";
};
};
p: (value: {
readonly [$$PropertyValue]: "padding";
}) => {
padding: {
readonly [$$PropertyValue]: "padding";
};
};
pt: (value: {
readonly [$$PropertyValue]: "paddingTop";
}) => {
paddingTop: {
readonly [$$PropertyValue]: "paddingTop";
};
};
pr: (value: {
readonly [$$PropertyValue]: "paddingRight";
}) => {
paddingRight: {
readonly [$$PropertyValue]: "paddingRight";
};
};
paddingStart: (value: {
readonly [$$PropertyValue]: "paddingInlineStart";
}) => {
paddingInlineStart: {
readonly [$$PropertyValue]: "paddingInlineStart";
};
};
ps: (value: {
readonly [$$PropertyValue]: "paddingInlineStart";
}) => {
paddingInlineStart: {
readonly [$$PropertyValue]: "paddingInlineStart";
};
};
pb: (value: {
readonly [$$PropertyValue]: "paddingBottom";
}) => {
paddingBottom: {
readonly [$$PropertyValue]: "paddingBottom";
};
};
pl: (value: {
readonly [$$PropertyValue]: "paddingLeft";
}) => {
paddingLeft: {
readonly [$$PropertyValue]: "paddingLeft";
};
};
pe: (value: {
readonly [$$PropertyValue]: "paddingInlineEnd";
}) => {
paddingInlineEnd: {
readonly [$$PropertyValue]: "paddingInlineEnd";
};
};
paddingEnd: (value: {
readonly [$$PropertyValue]: "paddingInlineEnd";
}) => {
paddingInlineEnd: {
readonly [$$PropertyValue]: "paddingInlineEnd";
};
};
px: (value: {
readonly [$$PropertyValue]: "paddingInlineStart";
}) => {
paddingInlineStart: {
readonly [$$PropertyValue]: "paddingInlineStart";
};
paddingInlineEnd: {
readonly [$$PropertyValue]: "paddingInlineStart";
};
};
py: (value: {
readonly [$$PropertyValue]: "paddingTop";
}) => {
paddingTop: {
readonly [$$PropertyValue]: "paddingTop";
};
paddingBottom: {
readonly [$$PropertyValue]: "paddingTop";
};
};
m: (value: {
readonly [$$PropertyValue]: "margin";
}) => {
margin: {
readonly [$$PropertyValue]: "margin";
};
};
mt: (value: {
readonly [$$PropertyValue]: "marginTop";
}) => {
marginTop: {
readonly [$$PropertyValue]: "marginTop";
};
};
mr: (value: {
readonly [$$PropertyValue]: "marginRight";
}) => {
marginRight: {
readonly [$$PropertyValue]: "marginRight";
};
};
marginStart: (value: {
readonly [$$PropertyValue]: "marginInlineStart";
}) => {
marginInlineStart: {
readonly [$$PropertyValue]: "marginInlineStart";
};
};
ms: (value: {
readonly [$$PropertyValue]: "marginInlineStart";
}) => {
marginInlineStart: {
readonly [$$PropertyValue]: "marginInlineStart";
};
};
mb: (value: {
readonly [$$PropertyValue]: "marginBottom";
}) => {
marginBottom: {
readonly [$$PropertyValue]: "marginBottom";
};
};
ml: (value: {
readonly [$$PropertyValue]: "marginLeft";
}) => {
marginLeft: {
readonly [$$PropertyValue]: "marginLeft";
};
};
marginEnd: (value: {
readonly [$$PropertyValue]: "marginInlineEnd";
}) => {
marginInlineEnd: {
readonly [$$PropertyValue]: "marginInlineEnd";
};
};
me: (value: {
readonly [$$PropertyValue]: "marginInlineEnd";
}) => {
marginInlineEnd: {
readonly [$$PropertyValue]: "marginInlineEnd";
};
};
mx: (value: {
readonly [$$PropertyValue]: "marginInlineStart";
}) => {
marginInlineStart: {
readonly [$$PropertyValue]: "marginInlineStart";
};
marginInlineEnd: {
readonly [$$PropertyValue]: "marginInlineStart";
};
};
my: (value: {
readonly [$$PropertyValue]: "marginTop";
}) => {
marginTop: {
readonly [$$PropertyValue]: "marginTop";
};
marginBottom: {
readonly [$$PropertyValue]: "marginTop";
};
};
spaceX: (value: {
readonly [$$PropertyValue]: "marginLeft";
}) => {
"& > * + *": {
marginLeft: {
readonly [$$PropertyValue]: "marginLeft";
};
};
};
spaceY: (value: {
readonly [$$PropertyValue]: "marginTop";
}) => {
"& > * + *": {
marginTop: {
readonly [$$PropertyValue]: "marginTop";
};
};
};
borderTopRadius: (value: {
readonly [$$PropertyValue]: "borderTopLeftRadius";
}) => {
borderTopLeftRadius: {
readonly [$$PropertyValue]: "borderTopLeftRadius";
};
borderTopRightRadius: {
readonly [$$PropertyValue]: "borderTopLeftRadius";
};
};
borderRightRadius: (value: {
readonly [$$PropertyValue]: "borderTopRightRadius";
}) => {
borderTopRightRadius: {
readonly [$$PropertyValue]: "borderTopRightRadius";
};
borderBottomRightRadius: {
readonly [$$PropertyValue]: "borderTopRightRadius";
};
};
borderStartRadius: (value: {
readonly [$$PropertyValue]: "borderStartStartRadius";
}) => {
borderStartStartRadius: {
readonly [$$PropertyValue]: "borderStartStartRadius";
};
borderEndStartRadius: {
readonly [$$PropertyValue]: "borderStartStartRadius";
};
};
borderBottomRadius: (value: {
readonly [$$PropertyValue]: "borderBottomLeftRadius";
}) => {
borderBottomLeftRadius: {
readonly [$$PropertyValue]: "borderBottomLeftRadius";
};
borderBottomRightRadius: {
readonly [$$PropertyValue]: "borderBottomLeftRadius";
};
};
borderLeftRadius: (value: {
readonly [$$PropertyValue]: "borderTopLeftRadius";
}) => {
borderTopLeftRadius: {
readonly [$$PropertyValue]: "borderTopLeftRadius";
};
borderBottomLeftRadius: {
readonly [$$PropertyValue]: "borderTopLeftRadius";
};
};
borderEndRadius: (value: {
readonly [$$PropertyValue]: "borderStartEndRadius";
}) => {
borderStartEndRadius: {
readonly [$$PropertyValue]: "borderStartEndRadius";
};
borderEndEndRadius: {
readonly [$$PropertyValue]: "borderStartEndRadius";
};
};
rounded: (value: {
readonly [$$PropertyValue]: "borderRadius";
}) => {
borderRadius: {
readonly [$$PropertyValue]: "borderRadius";
};
};
roundedTop: (value: {
readonly [$$PropertyValue]: "borderTopLeftRadius";
}) => {
borderTopLeftRadius: {
readonly [$$PropertyValue]: "borderTopLeftRadius";
};
borderTopRightRadius: {
readonly [$$PropertyValue]: "borderTopLeftRadius";
};
};
roundedRight: (value: {
readonly [$$PropertyValue]: "borderTopRightRadius";
}) => {
borderTopRightRadius: {
readonly [$$PropertyValue]: "borderTopRightRadius";
};
borderBottomRightRadius: {
readonly [$$PropertyValue]: "borderTopRightRadius";
};
};
roundedStart: (value: {
readonly [$$PropertyValue]: "borderStartStartRadius";
}) => {
borderStartStartRadius: {
readonly [$$PropertyValue]: "borderStartStartRadius";
};
borderEndStartRadius: {
readonly [$$PropertyValue]: "borderStartStartRadius";
};
};
roundedBottom: (value: {
readonly [$$PropertyValue]: "borderBottomLeftRadius";
}) => {
borderBottomLeftRadius: {
readonly [$$PropertyValue]: "borderBottomLeftRadius";
};
borderBottomRightRadius: {
readonly [$$PropertyValue]: "borderBottomLeftRadius";
};
};
roundedLeft: (value: {
readonly [$$PropertyValue]: "borderTopLeftRadius";
}) => {
borderTopLeftRadius: {
readonly [$$PropertyValue]: "borderTopLeftRadius";
};
borderBottomLeftRadius: {
readonly [$$PropertyValue]: "borderTopLeftRadius";
};
};
roundedEnd: (value: {
readonly [$$PropertyValue]: "borderStartEndRadius";
}) => {
borderStartEndRadius: {
readonly [$$PropertyValue]: "borderStartEndRadius";
};
borderEndEndRadius: {
readonly [$$PropertyValue]: "borderStartEndRadius";
};
};
_hover: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:hover, &[data-hover]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_active: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:active, &[data-active]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_focus: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:focus, &[data-focus]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_highlighted: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[data-highlighted]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_focusWithin: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:focus-within": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_focusVisible: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:focus-visible": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_disabled: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[disabled], &[aria-disabled=true], &[data-disabled]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_readOnly: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[aria-readonly=true], &[readonly], &[data-readonly]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_before: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&::before": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_after: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&::after": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_empty: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:empty": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_expanded: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[aria-expanded=true], &[data-expanded]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_checked: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[aria-checked=true], &[data-checked]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_grabbed: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[aria-grabbed=true], &[data-grabbed]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_pressed: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[aria-pressed=true], &[data-pressed]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_invalid: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[aria-invalid=true], &[data-invalid]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_valid: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[data-valid], &[data-state=valid]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_loading: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[data-loading], &[aria-busy=true]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_selected: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[aria-selected=true], &[data-selected]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_hidden: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[hidden], &[data-hidden]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_even: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:nth-of-type(even)": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_odd: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:nth-of-type(odd)": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_first: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:first-of-type": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_last: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:last-of-type": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_notFirst: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:not(:first-of-type)": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_notLast: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:not(:last-of-type)": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_visited: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:visited": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_activeLink: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[aria-current=page]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_activeStep: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&[aria-current=step]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_indeterminate: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:indeterminate, &[aria-checked=mixed], &[data-indeterminate]": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_groupHover: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_peerHover: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_groupFocus: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_peerFocus: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_groupFocusVisible: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_peerFocusVisible: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_groupActive: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_peerActive: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_groupSelected: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_peerSelected: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_groupDisabled: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_peerDisabled: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_groupInvalid: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_peerInvalid: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_groupChecked: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_peerChecked: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_groupFocusWithin: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_peerFocusWithin: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_peerPlaceholderShown: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
[x: string]: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_placeholder: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&::placeholder": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_placeholderShown: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:placeholder-shown": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_fullScreen: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&:fullscreen": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_selection: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"&::selection": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_mediaDark: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"@media (prefers-color-scheme: dark)": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_mediaReduceMotion: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
"@media (prefers-reduced-motion: reduce)": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_dark: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
".hope-ui-dark &": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
_light: (value: import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>) => {
".hope-ui-light &": import("@stitches/core").CSS<{
media: {};
theme: {};
themeMap: {};
utils: {};
}>;
};
pos: (value: {
readonly [$$PropertyValue]: "position";
}) => {
position: {
readonly [$$PropertyValue]: "position";
};
};
d: (value: {
readonly [$$PropertyValue]: "display";
}) => {
display: {
readonly [$$PropertyValue]: "display";
};
};
borderX: (value: {
readonly [$$PropertyValue]: "borderLeft";
}) => {
borderLeft: {
readonly [$$PropertyValue]: "borderLeft";
};
borderRight: {
readonly [$$PropertyValue]: "borderLeft";
};
};
borderY: (value: {
readonly [$$PropertyValue]: "borderTop";
}) => {
borderTop: {
readonly [$$PropertyValue]: "borderTop";
};
borderBottom: {
readonly [$$PropertyValue]: "borderTop";
};
};
bg: (value: {
readonly [$$PropertyValue]: "background";
}) => {
background: {
readonly [$$PropertyValue]: "background";
};
};
bgColor: (value: {
readonly [$$PropertyValue]: "backgroundColor";
}) => {
backgroundColor: {
readonly [$$PropertyValue]: "backgroundColor";
};
};
};
//# sourceMappingURL=index.d.ts.map