mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00: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;
|
||
|
|
`;
|