mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-05-01 12:38:12 +08:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
export interface IconifyOptions {
|
|
componentName?: string
|
|
color?: string
|
|
size?: string | number
|
|
}
|