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

9 lines
133 B
TypeScript
Raw Normal View History

import styled from 'styled-components';
const Separator = styled.div`
width: 10px;
height: 100%;
`;
2023-09-14 01:57:43 +08:00
export default Separator;