mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
Enforce consistent TypeScript type import style (#6805)
This commit is contained in:
committed by
GitHub
parent
0c3b54ee7d
commit
84cebed20b
@@ -1,8 +1,8 @@
|
||||
import { type HTMLProps, type Ref } from 'react';
|
||||
import type { HTMLProps, Ref } from 'react';
|
||||
|
||||
import { css, cx } from '@emotion/css';
|
||||
|
||||
import { type CSSProperties } from './styles';
|
||||
import type { CSSProperties } from './styles';
|
||||
|
||||
type BlockProps = HTMLProps<HTMLDivElement> & {
|
||||
innerRef?: Ref<HTMLDivElement>;
|
||||
|
||||
Reference in New Issue
Block a user