* feat(theme)!: migrate `plugin-markdown-hint` * chore: tweak * chore: tweak * chore: tweak * chore: tweak * chore: tweak * chore: tweak * chore: tweak * chore: tweak * chore: tweak * chore: tweak * fix(theme): improve `home-blog` styles in mobile, close #210 * chore: tweak * chore: tweak * chore: tweak * feat: add support optional icon for `file-tree` and `code-tabs` * chore: tweak * chore: tweak * chore: tweak * chore: tweak
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
export type FileTreeIconMode = 'simple' | 'colored'
|
|
|
|
export interface FileTreeOptions {
|
|
icon?: FileTreeIconMode
|
|
}
|