UNPKG

@amsterdam/bmi-component-library

Version:

A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects

4 lines 233 B
import styled from"styled-components";import{Label}from"@amsterdam/asc-ui";export{getSelectStyle}from"../Select/SelectStyles";export const StyledLabel=styled(Label)` font-weight: 700; `; //# sourceMappingURL=ReactSelectStyles.js.map