mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added tag input field
This commit is contained in:
parent
f8b3adc4e2
commit
df1c11a308
6 changed files with 78 additions and 25 deletions
|
@ -5,7 +5,7 @@ import { IUser } from './auth/types';
|
|||
|
||||
export interface ITag {
|
||||
title: string;
|
||||
feature?: 'red' | 'blue' | 'green' | 'olive' | 'black';
|
||||
feature?: 'red' | 'blue' | 'green' | 'olive' | 'black' | 'input';
|
||||
}
|
||||
|
||||
export type IInputTextProps = DetailedHTMLProps<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue