Repository URL to install this package:
|
Version:
4.0.35 ▾
|
import React from 'react';
export declare const StyledOptionList: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
/**
* @todo @fixme not sure why self attribute selectors do not work -.-
* @todo use {Option} { color } instead of *
* @todo remove arrow or do ^
*
* @todo probably don't use width & border here?
* @description using hover + active allows for pointer-events + cursor
*/
export declare const StyledClickBoundary: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<Pick<{
'data-type': string;
'data-qa': string;
}, "data-qa" | "data-type"> & Pick<any, React.ReactText>, any, Pick<{
'data-type': string;
'data-qa': string;
}, "data-qa" | "data-type"> & Pick<any, React.ReactText>>;