@sajari/sdk-react
Version:
React SDK for the Sajari API
28 lines (27 loc) • 737 B
TypeScript
export declare const styles: {
container: (base: any, { isFocused }: {
[k: string]: boolean;
}) => any;
control: (base: any) => any;
option: (base: any, { isDisabled, isFocused, isSelected }: {
[k: string]: boolean;
}) => any;
menu: (base: any) => any;
menuList: (base: any) => any;
indicatorSeparator: () => {
display: string;
};
dropdownIndicator: (base: any) => any;
clearIndicator: (base: any) => any;
singleValue: () => {
fontWeight: string;
padding: number;
};
placeholder: () => {
padding: number;
};
input: () => {
padding: number;
};
valueContainer: (base: any) => any;
};