1
0
Fork 0
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:
Fedor Katurov 2019-10-09 12:49:08 +07:00
parent f8b3adc4e2
commit df1c11a308
6 changed files with 78 additions and 25 deletions

View file

@ -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<