mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-24 11:08:16 +08:00
12 lines
224 B
TypeScript
12 lines
224 B
TypeScript
import type { SizeOptions } from './size'
|
|
|
|
export interface CodepenTokenMeta extends SizeOptions {
|
|
title?: string
|
|
user?: string
|
|
slash?: string
|
|
tab?: string
|
|
theme?: string
|
|
preview?: boolean
|
|
editable?: boolean
|
|
}
|