bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/common/separator/styles.ts
2023-09-14 10:44:04 -03:00

10 lines
139 B
TypeScript

import styled from 'styled-components';
const Separator = styled.div`
width: 10px;
height: 100%;`;
export default {
Separator,
};