refactor(Icons): Add typing support and improve structure (#32880)

This commit is contained in:
Geido
2025-03-29 02:16:31 +02:00
committed by GitHub
parent ab22bb1878
commit 6e1d1ad18b
194 changed files with 273 additions and 275 deletions

View File

@@ -21,7 +21,7 @@ import { useMemo, FC, ReactElement } from 'react';
import { t, styled, useTheme, SupersetTheme } from '@superset-ui/core';
import Button from 'src/components/Button';
import Icons from 'src/components/Icons';
import { Icons } from 'src/components/Icons';
import { DropdownButton } from 'src/components/DropdownButton';
import { detectOS } from 'src/utils/common';
import { QueryButtonProps } from 'src/SqlLab/types';