diff --git a/packages/ui/report.api.md b/packages/ui/report.api.md index 57cc622161..04a146ce2c 100644 --- a/packages/ui/report.api.md +++ b/packages/ui/report.api.md @@ -13,7 +13,7 @@ import type { ColumnStaticSize } from 'react-stately'; import type { ComponentProps } from 'react'; import type { ComponentPropsWithoutRef } from 'react'; import type { ComponentPropsWithRef } from 'react'; -import { CSSProperties } from 'react'; +import type { CSSProperties } from 'react'; import type { DialogTriggerProps as DialogTriggerProps_2 } from 'react-aria-components'; import type { DisclosureGroupProps } from 'react-aria-components'; import type { DisclosurePanelProps } from 'react-aria-components'; diff --git a/packages/ui/src/types.ts b/packages/ui/src/types.ts index e8ebfd654b..9f8d792731 100644 --- a/packages/ui/src/types.ts +++ b/packages/ui/src/types.ts @@ -14,7 +14,7 @@ * limitations under the License. */ -import { CSSProperties } from 'react'; +import type { CSSProperties } from 'react'; /** @public */ export type Breakpoint = 'initial' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';