@amsterdam/bmi-component-library
Version:
A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects
8 lines • 435 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 { Label } from '@amsterdam/asc-ui';
export { getSelectStyle } from '../Select/SelectStyles';
export declare const StyledLabel: import("styled-components").StyledComponent<typeof Label, any, {}, never>;
//# sourceMappingURL=ReactSelectStyles.d.ts.map