* 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
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
export interface CodeTabsOptions {
|
|
icon?: boolean | { named?: false | string[], extensions?: false | string[] }
|
|
}
|