@amsterdam/bmi-component-library
Version:
A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects
9 lines • 508 B
TypeScript
/**
* @fileoverview Based on https://www.figma.com/file/ORa7CBIooPgZj6HsEPBxNR/Design-bibliotheek-(gepubliceerd)?node-id=1303%3A6122
* The values for Desktop klein are used
*/
import { StylesConfig } from 'react-select';
import { Props } from './Select';
export declare const DropdownIndicatorStyle: import("styled-components").StyledComponent<"span", any, {}, never>;
export declare function getSelectStyle({ error, maxWidth, zIndexMenu }: Props): StylesConfig;
//# sourceMappingURL=SelectStyles.d.ts.map