mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
This commit is contained in:
parent
01f93d1687
commit
d1b5051ec4
2 changed files with 15 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue