bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/common/separator/styles.ts

10 lines
139 B
TypeScript
Raw Normal View History

import styled from 'styled-components';
const Separator = styled.div`
width: 10px;
2023-09-14 21:44:04 +08:00
height: 100%;`;
2023-09-14 21:44:04 +08:00
export default {
Separator,
};