Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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>>;