um-react/src/PointerLabel.tsx

6 lines
103 B
TypeScript

import styled from '@emotion/styled';
export const PointerLabel = styled.label`
cursor: pointer;
`;