@primer/react
Version:
An implementation of GitHub's Primer Design System using React
12 lines (9 loc) • 312 B
JavaScript
import styled from 'styled-components';
import { TYPOGRAPHY, COMMON } from '../constants.js';
import sx from '../sx.js';
const Text = styled.span.withConfig({
displayName: "Text",
componentId: "sc-17v1xeu-0"
})(["", ";", ";", ";"], TYPOGRAPHY, COMMON, sx);
var Text$1 = Text;
export { Text$1 as default };