UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

9 lines (6 loc) 191 B
import styled from 'styled-components'; import { ButtonDropdown } from 'reactstrap'; const DropdownButton = styled(ButtonDropdown)` display: table-cell; `; export default DropdownButton;