chore(build): move to react 18 + vite
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import { Icon } from "phosphor-react";
|
||||
import { IconCategory } from "@phosphor-icons/core";
|
||||
import { IconEntry as CoreEntry } from "@phosphor-icons/core";
|
||||
|
||||
export interface IconEntry {
|
||||
name: string;
|
||||
categories: IconCategory[];
|
||||
tags: string[];
|
||||
export interface IconEntry extends CoreEntry {
|
||||
Icon: Icon;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user