mirror of
https://github.com/doocs/md.git
synced 2025-02-02 19:27:46 +08:00
6 lines
82 B
TypeScript
6 lines
82 B
TypeScript
|
export interface IConfigOption {
|
||
|
label: string
|
||
|
value: string
|
||
|
desc: string
|
||
|
}
|