@formant/ava-react
Version:
React components of AVA.
13 lines • 413 B
JavaScript
import styled from 'styled-components';
export var Bold = styled.strong.withConfig({
displayName: "Bold",
componentId: "ava-react-d63f__sc-8o8s6o-0"
})([""]);
export var Italic = styled.em.withConfig({
displayName: "Italic",
componentId: "ava-react-d63f__sc-8o8s6o-1"
})([""]);
export var Underline = styled.u.withConfig({
displayName: "Underline",
componentId: "ava-react-d63f__sc-8o8s6o-2"
})([""]);