mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 16:21:13 +01:00
Fix editor selection/cursor and lint errors
This commit is contained in:
@@ -37,7 +37,7 @@ export type InputProps = Omit<
|
||||
rightSlot?: ReactNode;
|
||||
size?: 'xs' | 'sm' | 'md' | 'auto';
|
||||
className?: string;
|
||||
placeholder?: string;
|
||||
placeholder: string;
|
||||
validate?: (v: string) => boolean;
|
||||
require?: boolean;
|
||||
wrapLines?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user