mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-24 11:08:16 +08:00
10 lines
181 B
TypeScript
10 lines
181 B
TypeScript
import type { SizeOptions } from './size'
|
|
|
|
export interface JSFiddleTokenMeta extends SizeOptions {
|
|
user?: string
|
|
id?: string
|
|
title?: string
|
|
theme?: string
|
|
tab?: string
|
|
}
|