chakra-ui-select
Version:
Chakra ui select
116 lines (115 loc) • 3.01 kB
TypeScript
declare const _default: {
parts: string[];
baseStyle: (props: Record<string, any>) => {
menu: {
pos: string;
mt: number;
w: string;
zIndex: number;
overflow: string;
maxH: number;
rounded: string;
};
list: {
py: number;
rounded: string;
w: string;
bg: any;
boxShadow: any;
border: string;
borderColor: string;
};
option: {
py: number;
pl: number;
pr: number;
color: any;
pos: string;
userSelect: string;
cursor: string;
fontWeight: string;
transition: string;
_focus: {
bg: any;
};
_active: {
bg: any;
};
_expanded: {
bg: any;
};
_selected: {
bg: string;
fontWeight: string;
};
_disabled: {
opacity: number;
cursor: string;
};
};
control: {
bg: string;
position: string;
w: string;
border: string;
borderColor: string;
rounded: string;
shadow: string;
textAlign: string;
cursor: string;
display: string;
alignItems: string;
flexWrap: string;
justifyContent: string;
minH: number;
transition: string;
outline: number;
_focusWithin: {
outline: string;
borderColor: string;
boxShadow: string;
};
_focus: {
outline: string;
borderColor: string;
boxShadow: string;
};
_readOnly: {
boxShadow: string;
userSelect: string;
};
_disabled: {
opacity: number;
cursor: string;
};
_hover: {
borderColor: string;
_disabled: {
borderColor: string;
};
};
};
label: {
d: string;
fontSize: string;
fontWeight: string;
color: any;
};
button: {
zIndex: number;
pos: string;
inset: number;
w: string;
h: string;
cursor: string;
_focus: {
outline: string;
};
_disabled: {
opacity: number;
cursor: string;
};
};
};
};
export default _default;