@yak-spirit/yak-swap-ui
Version:
A reusable React component for swapping with Yield Yak Router. The YY Router can be found [here](https://github.com/yieldyak/yak-aggregator).
14 lines (13 loc) • 434 B
TypeScript
export declare const colourStyles: {
control: (styles: any) => any;
input: (styles: any) => any;
noOptionsMessage: (styles: any) => any;
placeholder: (styles: any) => any;
singleValue: (styles: any) => any;
menu: (styles: any) => any;
option: (styles: any, { isFocused, isSelected }: {
isFocused: boolean;
isSelected: boolean;
}) => {};
indicatorSeparator: (styles: any) => any;
};