返回 slidev
builtin-layouts.ts
根目录 / packages / types / src / builtin-layouts.ts
1 export type BuiltinLayouts
2 = | '404'
3 | 'center'
4 | 'cover'
5 | 'default'
6 | 'end'
7 | 'error'
8 | 'fact'
9 | 'full'
10 | 'iframe-left'
11 | 'iframe-right'
12 | 'iframe'
13 | 'image-left'
14 | 'image-right'
15 | 'image'
16 | 'intro'
17 | 'none'
18 | 'quote'
19 | 'section'
20 | 'statement'
21 | 'two-cols-header'
22 | 'two-cols'
23
23 lines TYPESCRIPT