wip
This commit is contained in:
parent
a77a4008e6
commit
2301fe5eff
32 changed files with 547 additions and 400 deletions
|
@ -5,7 +5,7 @@ export interface ModalTypeMenu {
|
|||
items: MenuItem[];
|
||||
}
|
||||
|
||||
export type MenuItemClassName = `bi bi-${string}`;
|
||||
export type MenuItemClassName = `fas fa-${string}`;
|
||||
|
||||
export interface MenuItem {
|
||||
icon?: MenuItemClassName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue