UNPKG

@navinc/base-react-components

Version:
10 lines 322 B
import styled from 'styled-components'; export const NoStyleButton = styled.button.withConfig({ displayName: "brc-sc-NoStyleButton", componentId: "brc-sc-j529wm" }) ` background: none; color: inherit; border: none; padding: 0; font: inherit; line-height: inherit; `; //# sourceMappingURL=no-style-button.js.map