diff options
author | bobzel <zzzman@gmail.com> | 2025-03-19 01:15:08 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-03-19 01:15:08 -0400 |
commit | 687b6984d59c60418d5e2af033df9784275a0db5 (patch) | |
tree | 5a98126800b0b05271c037d71a941c47ee7c1776 /packages/components/src | |
parent | 040b3d9d50895ce64319d39e62ccadcdfaa70253 (diff) |
fixed map navigation and map anchor menu buttons.
Diffstat (limited to 'packages/components/src')
-rw-r--r-- | packages/components/src/components/IconButton/IconButton.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/components/src/components/IconButton/IconButton.tsx b/packages/components/src/components/IconButton/IconButton.tsx index 954a0ae44..2c0ac2fe7 100644 --- a/packages/components/src/components/IconButton/IconButton.tsx +++ b/packages/components/src/components/IconButton/IconButton.tsx @@ -4,8 +4,6 @@ import { Colors, Size, Type, getFontSize, getHeight, isDark, getFormLabelSize } import { IButtonProps } from '../Button'; import './IconButton.scss'; -export interface IIconButtonProps extends IButtonProps {} - export const IconButton = (props: IButtonProps) => { const { active, |