mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added sample settings page
This commit is contained in:
parent
7a6a44cccf
commit
100c4c138a
29 changed files with 527 additions and 113 deletions
|
@ -23,6 +23,7 @@ export type IInputTextProps = DetailedHTMLProps<
|
|||
title?: string;
|
||||
error?: string;
|
||||
suffix?: ReactElement;
|
||||
prefix?: ReactElement;
|
||||
};
|
||||
|
||||
export type IIcon = string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue