UNPKG

react-infinite-tree

Version:
10 lines (7 loc) 166 B
import React from 'react'; import styled from 'styled-components'; const Text = styled.span` margin-left: 0 2px; user-select: none; `; export default Text;