mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-16 18:11:29 +08:00
7 lines
143 B
TypeScript
7 lines
143 B
TypeScript
import { Dropdown } from 'antd';
|
|
import styled from 'styled-components';
|
|
|
|
export const ConfigDropdown = styled(Dropdown)`
|
|
cursor: pointer;
|
|
`;
|