diff --git a/packages/blade/src/components/ActionList/styles/getBaseActionListStyles.ts b/packages/blade/src/components/ActionList/styles/getBaseActionListStyles.ts index 77bc7ca035e..ba2fbf62d75 100644 --- a/packages/blade/src/components/ActionList/styles/getBaseActionListStyles.ts +++ b/packages/blade/src/components/ActionList/styles/getBaseActionListStyles.ts @@ -1,5 +1,4 @@ import type { CSSObject } from 'styled-components'; -import type { ActionListProps } from '../ActionList'; import type { Theme } from '~components/BladeProvider'; import { makeSize } from '~utils/makeSize'; import { castWebType, isReactNative } from '~utils';