mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed inputs
This commit is contained in:
parent
6e89271ea9
commit
811e14fd4c
29 changed files with 566 additions and 901 deletions
|
@ -21,18 +21,10 @@ export type IInputTextProps = DetailedHTMLProps<
|
|||
InputHTMLAttributes<HTMLInputElement>,
|
||||
HTMLInputElement
|
||||
> & {
|
||||
wrapperClassName?: string;
|
||||
handler?: (value: string) => void;
|
||||
required?: boolean;
|
||||
title?: string;
|
||||
error?: string;
|
||||
can_negative?: boolean;
|
||||
status?: string;
|
||||
maskChar?: string;
|
||||
mask?: string;
|
||||
onRef?: (ref: any) => void;
|
||||
is_loading?: boolean;
|
||||
after?: ReactElement;
|
||||
suffix?: ReactElement;
|
||||
};
|
||||
|
||||
export type IIcon = string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue