UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

9 lines 238 B
import styled from 'styled-components'; export const ItemRoveStyled = styled.div.withConfig({ shouldForwardProp: () => true, }) ` &[aria-disabled='true'] { pointer-events: none; } `; //# sourceMappingURL=itemRove.styled.js.map