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:
parent
c13c0fcc3c
commit
9435df5b10
6 changed files with 39 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
export type ITag = {
|
||||
title: string;
|
||||
feature: 'red' | 'blue' | 'green' | 'olive' | 'black';
|
||||
feature?: 'red' | 'blue' | 'green' | 'olive' | 'black';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue