Vanessa 2023-06-10 11:11:49 +08:00
parent 01f93d1687
commit d1b5051ec4
2 changed files with 15 additions and 3 deletions

View file

@ -1,6 +1,6 @@
import {fetchPost} from "../../../util/fetch";
export const getIconByType = (type: string) => {
export const getIconByType = (type: TAVCol) => {
switch (type) {
case "text":
return "iconAlignLeft";