mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 06:32:33 +01:00
This commit is contained in:
parent
11d582f39d
commit
2caa3b657c
8 changed files with 191 additions and 83 deletions
|
|
@ -6,6 +6,14 @@ export const getColIconByType = (type: TAVCol) => {
|
|||
return "iconAlignLeft";
|
||||
case "block":
|
||||
return "iconParagraph";
|
||||
case "number":
|
||||
return "iconNumber";
|
||||
case "select":
|
||||
return "iconListItem";
|
||||
case "mSelect":
|
||||
return "iconList";
|
||||
case "date":
|
||||
return "iconCalendar";
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue