* feat: add active and disabled object tables to settings Closes #1799, Closes #1800 * refactor: add align prop to TableCell
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
import styled from '@emotion/styled';
|
|
|
|
const StyledTable = styled.div``;
|
|
|
|
export { StyledTable as Table };
|