mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
refactor(react): normalize imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { InputHTMLAttributes, RefObject } from "preact/compat";
|
||||
import type { InputHTMLAttributes, RefObject } from "preact/compat";
|
||||
|
||||
interface FormTextBoxProps extends Pick<InputHTMLAttributes<HTMLInputElement>, "placeholder" | "autoComplete" | "className" | "type" | "name" | "pattern" | "title" | "style"> {
|
||||
id?: string;
|
||||
|
||||
Reference in New Issue
Block a user