UNPKG

react-yajra-datatable

Version:

React component without dependencies to use with yajra laravel-datatables

8 lines (5 loc) 114 B
import styled from 'styled-components'; const Wrapper = styled.div` width: 100%; `; export default Wrapper;