1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

Tags component

This commit is contained in:
muerwre 2019-07-27 18:28:28 +07:00
parent c13c0fcc3c
commit 9435df5b10
6 changed files with 39 additions and 11 deletions

View file

@ -1,4 +1,4 @@
export type ITag = {
title: string;
feature: 'red' | 'blue' | 'green' | 'olive' | 'black';
feature?: 'red' | 'blue' | 'green' | 'olive' | 'black';
}