ui: use type import for CSSProperties in shared types

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2026-04-17 10:06:23 +01:00
parent 7f9b3b7aee
commit 76759067a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -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';