UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

9 lines (6 loc) 153 B
import styled from 'styled-components'; import { Text } from '@buffetjs/core'; const Reset = styled(Text)` cursor: pointer; `; export default Reset;