mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-24 11:08:16 +08:00
6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
export interface SizeOptions {
|
|
width?: string
|
|
height?: string
|
|
ratio?: number | string
|
|
}
|