deckjsx 0.4.1 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -15
- package/dist/adapter-BbtteJ7s.mjs +11244 -0
- package/dist/adapter-C8xw46nz.d.mts +22 -0
- package/dist/adapter.d.mts +2 -0
- package/dist/adapter.mjs +2 -0
- package/dist/{jsx-runtime-BMKEs7aG.d.mts → index-C5l8PX5V.d.mts} +121 -134
- package/dist/index.d.mts +33 -296
- package/dist/index.mjs +7235 -15988
- package/dist/inspect.d.mts +3 -0
- package/dist/inspect.mjs +1 -0
- package/dist/{jsx-B9HB9_cS.mjs → jsx-C671yNZa.mjs} +103 -103
- package/dist/jsx-dev-runtime.d.mts +2 -1
- package/dist/jsx-dev-runtime.mjs +1 -1
- package/dist/jsx-runtime-DwfBuBkY.d.mts +57 -0
- package/dist/jsx-runtime.d.mts +2 -1
- package/dist/jsx-runtime.mjs +1 -1
- package/dist/pptx-PzEK54aA.d.mts +448 -0
- package/package.json +3 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,298 +1,42 @@
|
|
|
1
|
-
import { $ as
|
|
1
|
+
import { $ as CssOverflow, $t as DeckDiagnosticError, A as ThemeDefaults, B as CssFlexDirection, C as CompositionSourceInternals, Ct as ViewStyle, D as SourceContextMapper, E as SourceContextInput, F as CssAlignSelf, G as CssGridShorthand, H as CssGridAutoFlow, I as CssAspectRatio, J as CssGridTemplateShorthand, Jt as DiagnosticSeverity, K as CssGridTemplate, Kt as Diagnostic, L as CssBoxSizing, M as BorderStyle, N as CssAlignContent, O as Theme, P as CssAlignItems, Q as CssObjectPosition, Qt as CompositionDiagnosticError, R as CssDisplay, S as CompositionSource, St as VerticalAlign, T as SlideFactoryInput, U as CssGridLine, V as CssFlexWrap, W as CssGridPlacement, X as CssJustifyContent, Xt as formatDiagnostic, Y as CssGridTrack, Yt as Diagnostics, Z as CssJustifySelf, Zt as formatDiagnostics, _ as TextProps, _t as TextRunStyle, a as DeckJsxIntrinsicElements, an as JsxKey, at as ImageCropValue, b as COMPOSITION_SOURCE, bt as TextTabStopAuthoring, c as IntrinsicDivProps, ct as ShapeStyle, d as IntrinsicTextTag, dt as StackAlignment, en as SemanticGraphDiagnosticError, et as CssPosition, f as IntrinsicViewTag, ft as StackAxis, g as TextJsxChild, gt as TextFit, h as SlideProps, ht as StrokeLineJoin, i as ContentJsxChild, it as ImageCropAuthoring, j as StyleSheet, k as ThemeInput, kt as SemanticAuthorGraph, l as IntrinsicImgProps, lt as SlideStyle, m as SlideContext, mt as StrokeLineCap, n as ClassNameValue, nt as DeckLength, o as DeckOptions, on as SourceSpan, ot as ImageStyle, p as ShapeProps, pt as StrokeDashType, q as CssGridTemplateAreas, qt as DiagnosticLabel, r as ClassNameValueArray, rt as DeckPointLength, s as ImageProps, st as LayoutMode, t as ClassNameObject, tn as StyleDiagnosticError, tt as CssVisibility, u as IntrinsicPProps, ut as Spacing, v as TextRunNodeProps, vt as TextStyle, w as SlideFactory, x as CompositionContext, xt as TextTabStopLength, y as ViewProps, yt as TextTabStopAlignment, z as CssFlexBasis } from "./index-C5l8PX5V.mjs";
|
|
2
|
+
import { B as StageArtifactStatus, C as ProjectInspectionSummary, E as ResolvedStyleMap, F as OutputFormat, H as StageSummary, I as ProjectStages, L as ProjectionFormat, P as CompileStages, R as RenderStages, U as WrittenOutput, V as StageName, s as PptxPackageModel, z as RenderedArtifact } from "./pptx-PzEK54aA.mjs";
|
|
3
|
+
import { n as WriterAdapter, t as RenderOptions } from "./adapter-C8xw46nz.mjs";
|
|
4
|
+
import { a as createElement, c as Slide, i as Fragment, l as Text, o as Image, s as Shape, u as View } from "./jsx-runtime-DwfBuBkY.mjs";
|
|
2
5
|
|
|
3
|
-
//#region src/
|
|
4
|
-
type
|
|
5
|
-
|
|
6
|
-
readonly layer: "default";
|
|
7
|
-
} | {
|
|
8
|
-
readonly layer: "theme";
|
|
9
|
-
} | {
|
|
10
|
-
readonly layer: "class";
|
|
11
|
-
readonly className: string;
|
|
12
|
-
readonly stylesheetIndex: number;
|
|
13
|
-
readonly ruleIndex: number;
|
|
14
|
-
readonly selector: string;
|
|
15
|
-
} | {
|
|
16
|
-
readonly layer: "style";
|
|
17
|
-
};
|
|
18
|
-
type ResolvedStyleProperty = {
|
|
19
|
-
readonly value: unknown;
|
|
20
|
-
readonly source: ResolvedStyleSource;
|
|
21
|
-
};
|
|
22
|
-
type ResolvedStyle = {
|
|
23
|
-
readonly style: Readonly<Record<string, unknown>>;
|
|
24
|
-
readonly properties: Readonly<Record<string, ResolvedStyleProperty>>;
|
|
25
|
-
readonly appliedClasses: readonly ResolvedStyleSource[];
|
|
26
|
-
};
|
|
27
|
-
type ResolvedStyleMap = ReadonlyMap<StyleEntityId, ResolvedStyle>;
|
|
28
|
-
type StyleResolutionResult = {
|
|
29
|
-
readonly resolvedStyles: ResolvedStyleMap;
|
|
6
|
+
//#region src/pipeline-runner.d.ts
|
|
7
|
+
type CompileResult = {
|
|
8
|
+
readonly ok: boolean;
|
|
30
9
|
readonly diagnostics: Diagnostics;
|
|
10
|
+
readonly stages: CompileStages;
|
|
11
|
+
readonly graph?: SemanticAuthorGraph;
|
|
12
|
+
readonly resolvedStyles?: ResolvedStyleMap;
|
|
31
13
|
};
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
subject?: string;
|
|
40
|
-
};
|
|
41
|
-
size: SizeIR;
|
|
42
|
-
slides: ReadonlyArray<SlideIR>;
|
|
43
|
-
};
|
|
44
|
-
type SizeIR = {
|
|
45
|
-
widthEmu: number;
|
|
46
|
-
heightEmu: number;
|
|
47
|
-
};
|
|
48
|
-
type FrameIR = SizeIR & {
|
|
49
|
-
xEmu: number;
|
|
50
|
-
yEmu: number;
|
|
51
|
-
};
|
|
52
|
-
type SlideIR = {
|
|
53
|
-
id: string;
|
|
54
|
-
name?: string;
|
|
55
|
-
background?: FillIR;
|
|
56
|
-
backgroundLayers?: ReadonlyArray<BackgroundLayerIR>;
|
|
57
|
-
nodes: ReadonlyArray<NodeIR>;
|
|
58
|
-
};
|
|
59
|
-
type NodeIR = GroupIR | TextIR | ImageIR | ShapeIR;
|
|
60
|
-
type BaseNodeIR = {
|
|
61
|
-
id: string;
|
|
62
|
-
frame: FrameIR;
|
|
63
|
-
opacity?: number;
|
|
64
|
-
rotation?: number;
|
|
65
|
-
zIndex?: number;
|
|
66
|
-
visibility?: CssVisibility;
|
|
67
|
-
flipH?: boolean;
|
|
68
|
-
flipV?: boolean;
|
|
69
|
-
};
|
|
70
|
-
type ShadowIR = {
|
|
71
|
-
type: "outer" | "inner";
|
|
72
|
-
color: string;
|
|
73
|
-
opacity?: number;
|
|
74
|
-
blurPt?: number;
|
|
75
|
-
offsetPt?: number;
|
|
76
|
-
angle?: number;
|
|
77
|
-
};
|
|
78
|
-
type HyperlinkIR = {
|
|
79
|
-
url: string;
|
|
80
|
-
tooltip?: string;
|
|
81
|
-
};
|
|
82
|
-
type ObjectPositionIR = {
|
|
83
|
-
x: number;
|
|
84
|
-
y: number;
|
|
85
|
-
};
|
|
86
|
-
type ImageCropIR = {
|
|
87
|
-
top: number;
|
|
88
|
-
right: number;
|
|
89
|
-
bottom: number;
|
|
90
|
-
left: number;
|
|
91
|
-
};
|
|
92
|
-
type GroupIR = BaseNodeIR & {
|
|
93
|
-
kind: "group";
|
|
94
|
-
children: ReadonlyArray<NodeIR>;
|
|
95
|
-
fill?: FillIR;
|
|
96
|
-
backgroundLayers?: ReadonlyArray<BackgroundLayerIR>;
|
|
97
|
-
stroke?: StrokeIR;
|
|
98
|
-
edgeStrokes?: EdgeStrokeIR;
|
|
99
|
-
outline?: StrokeIR;
|
|
100
|
-
shadow?: ShadowIR;
|
|
101
|
-
radiusEmu?: number;
|
|
102
|
-
};
|
|
103
|
-
type TextIR = BaseNodeIR & {
|
|
104
|
-
kind: "text";
|
|
105
|
-
content: TextContentIR;
|
|
106
|
-
style: TextStyleIR;
|
|
107
|
-
fill?: FillIR;
|
|
108
|
-
backgroundLayers?: ReadonlyArray<BackgroundLayerIR>;
|
|
109
|
-
stroke?: StrokeIR;
|
|
110
|
-
edgeStrokes?: EdgeStrokeIR;
|
|
111
|
-
outline?: StrokeIR;
|
|
112
|
-
shadow?: ShadowIR;
|
|
113
|
-
hyperlink?: HyperlinkIR;
|
|
114
|
-
radiusEmu?: number;
|
|
115
|
-
};
|
|
116
|
-
type ImageIR = BaseNodeIR & {
|
|
117
|
-
kind: "image";
|
|
118
|
-
sourceFrame: FrameIR;
|
|
119
|
-
source: ImageSourceIR;
|
|
120
|
-
fit: "contain" | "cover" | "stretch";
|
|
121
|
-
objectPosition?: ObjectPositionIR;
|
|
122
|
-
crop?: ImageCropIR;
|
|
123
|
-
transparency?: number;
|
|
124
|
-
rounding?: boolean;
|
|
125
|
-
shadow?: ShadowIR;
|
|
126
|
-
hyperlink?: HyperlinkIR;
|
|
127
|
-
};
|
|
128
|
-
type ShapeIR = BaseNodeIR & {
|
|
129
|
-
kind: "shape";
|
|
130
|
-
shape: "rect" | "ellipse" | "line";
|
|
131
|
-
fill?: FillIR;
|
|
132
|
-
backgroundLayers?: ReadonlyArray<BackgroundLayerIR>;
|
|
133
|
-
stroke?: StrokeIR;
|
|
134
|
-
edgeStrokes?: EdgeStrokeIR;
|
|
135
|
-
outline?: StrokeIR;
|
|
136
|
-
shadow?: ShadowIR;
|
|
137
|
-
hyperlink?: HyperlinkIR;
|
|
138
|
-
radiusEmu?: number;
|
|
139
|
-
};
|
|
140
|
-
type SolidFillIR = {
|
|
141
|
-
kind: "solid";
|
|
142
|
-
color: string;
|
|
143
|
-
transparency?: number;
|
|
144
|
-
frame?: FrameIR;
|
|
145
|
-
};
|
|
146
|
-
type LinearGradientStopIR = {
|
|
147
|
-
color: string;
|
|
148
|
-
transparency?: number;
|
|
149
|
-
position: number;
|
|
150
|
-
};
|
|
151
|
-
type LinearGradientFillIR = {
|
|
152
|
-
kind: "linear-gradient";
|
|
153
|
-
angle: number;
|
|
154
|
-
stops: ReadonlyArray<LinearGradientStopIR>;
|
|
155
|
-
frame?: FrameIR;
|
|
156
|
-
};
|
|
157
|
-
type RadialGradientFillIR = {
|
|
158
|
-
kind: "radial-gradient";
|
|
159
|
-
shape: "circle" | "ellipse";
|
|
160
|
-
center: {
|
|
161
|
-
x: number;
|
|
162
|
-
y: number;
|
|
163
|
-
};
|
|
164
|
-
radius: {
|
|
165
|
-
x: number;
|
|
166
|
-
y: number;
|
|
167
|
-
};
|
|
168
|
-
stops: ReadonlyArray<LinearGradientStopIR>;
|
|
169
|
-
frame?: FrameIR;
|
|
170
|
-
};
|
|
171
|
-
type BackgroundImageLayerIR = {
|
|
172
|
-
kind: "background-image";
|
|
173
|
-
frame: FrameIR;
|
|
174
|
-
sourceFrame: FrameIR;
|
|
175
|
-
source: ImageSourceIR;
|
|
176
|
-
fit: "contain" | "cover" | "stretch" | "size";
|
|
177
|
-
size?: {
|
|
178
|
-
widthEmu?: number;
|
|
179
|
-
heightEmu?: number;
|
|
180
|
-
};
|
|
181
|
-
repeat: "no-repeat" | "repeat-x" | "repeat-y" | "repeat";
|
|
182
|
-
objectPosition?: ObjectPositionIR;
|
|
183
|
-
transparency?: number;
|
|
184
|
-
};
|
|
185
|
-
type FillIR = SolidFillIR | LinearGradientFillIR | RadialGradientFillIR;
|
|
186
|
-
type BackgroundLayerIR = FillIR | BackgroundImageLayerIR;
|
|
187
|
-
type StrokeIR = {
|
|
188
|
-
color: string;
|
|
189
|
-
widthPt: number;
|
|
190
|
-
style?: BorderStyle;
|
|
191
|
-
dashType?: StrokeDashType;
|
|
192
|
-
lineCap?: StrokeLineCap;
|
|
193
|
-
lineJoin?: StrokeLineJoin;
|
|
194
|
-
transparency?: number;
|
|
195
|
-
};
|
|
196
|
-
type EdgeStrokeIR = {
|
|
197
|
-
top?: StrokeIR;
|
|
198
|
-
right?: StrokeIR;
|
|
199
|
-
bottom?: StrokeIR;
|
|
200
|
-
left?: StrokeIR;
|
|
201
|
-
};
|
|
202
|
-
type TextContentIR = {
|
|
203
|
-
text: string;
|
|
204
|
-
runs?: ReadonlyArray<TextRunIR>;
|
|
205
|
-
};
|
|
206
|
-
type TextRunIR = {
|
|
207
|
-
text: string;
|
|
208
|
-
style?: TextStyleIR;
|
|
209
|
-
};
|
|
210
|
-
type TextTabStopIR = {
|
|
211
|
-
positionIn: number;
|
|
212
|
-
alignment?: "l" | "r" | "ctr" | "dec";
|
|
213
|
-
};
|
|
214
|
-
type TextBulletListIR = {
|
|
215
|
-
type: "bullet";
|
|
216
|
-
characterCode?: string;
|
|
217
|
-
indentPt?: number;
|
|
218
|
-
};
|
|
219
|
-
type TextNumberListIR = {
|
|
220
|
-
type: "number";
|
|
221
|
-
style: "arabicPeriod" | "alphaLcPeriod" | "alphaUcPeriod" | "romanLcPeriod" | "romanUcPeriod";
|
|
222
|
-
startAt?: number;
|
|
223
|
-
indentPt?: number;
|
|
224
|
-
};
|
|
225
|
-
type TextNoListIR = {
|
|
226
|
-
type: "none";
|
|
227
|
-
};
|
|
228
|
-
type TextListIR = TextBulletListIR | TextNumberListIR | TextNoListIR;
|
|
229
|
-
type TextStyleIR = {
|
|
230
|
-
fontFamily?: string;
|
|
231
|
-
fontSizePt?: number;
|
|
232
|
-
fontWeight?: number | "normal" | "bold";
|
|
233
|
-
italic?: boolean;
|
|
234
|
-
underline?: boolean;
|
|
235
|
-
underlineStyle?: "dash" | "dbl" | "dotted" | "none" | "sng" | "wavy";
|
|
236
|
-
underlineColor?: string;
|
|
237
|
-
strike?: boolean;
|
|
238
|
-
rtlMode?: boolean;
|
|
239
|
-
textDirection?: "horz" | "vert" | "vert270";
|
|
240
|
-
superscript?: boolean;
|
|
241
|
-
subscript?: boolean;
|
|
242
|
-
color?: string;
|
|
243
|
-
textAlign?: "left" | "center" | "right" | "justify";
|
|
244
|
-
verticalAlign?: VerticalAlign;
|
|
245
|
-
paddingPt?: [number, number, number, number];
|
|
246
|
-
lineSpacing?: number;
|
|
247
|
-
lineSpacingMultiple?: number;
|
|
248
|
-
paragraphSpacingBefore?: number;
|
|
249
|
-
paragraphSpacingAfter?: number;
|
|
250
|
-
textIndentPt?: number;
|
|
251
|
-
tabStops?: ReadonlyArray<TextTabStopIR>;
|
|
252
|
-
charSpacing?: number;
|
|
253
|
-
list?: TextListIR;
|
|
254
|
-
fit?: TextFit;
|
|
255
|
-
wrap?: boolean;
|
|
256
|
-
};
|
|
257
|
-
type ImageSourceIR = {
|
|
258
|
-
kind: "path";
|
|
259
|
-
path: string;
|
|
260
|
-
} | {
|
|
261
|
-
kind: "data";
|
|
262
|
-
data: string;
|
|
263
|
-
};
|
|
264
|
-
type BackendArtifact = {
|
|
265
|
-
kind: "buffer";
|
|
266
|
-
mimeType: string;
|
|
267
|
-
data: Uint8Array;
|
|
268
|
-
extension: string;
|
|
14
|
+
type ProjectResult = {
|
|
15
|
+
readonly ok: boolean;
|
|
16
|
+
readonly diagnostics: Diagnostics;
|
|
17
|
+
readonly stages: ProjectStages;
|
|
18
|
+
readonly format: ProjectionFormat;
|
|
19
|
+
readonly projection?: PptxPackageModel;
|
|
20
|
+
readonly summary?: ProjectInspectionSummary;
|
|
269
21
|
};
|
|
270
|
-
type
|
|
271
|
-
|
|
272
|
-
|
|
22
|
+
type RenderResult = {
|
|
23
|
+
readonly ok: boolean;
|
|
24
|
+
readonly diagnostics: Diagnostics;
|
|
25
|
+
readonly stages: RenderStages;
|
|
26
|
+
readonly format: OutputFormat;
|
|
27
|
+
readonly artifact?: RenderedArtifact;
|
|
28
|
+
readonly output?: WrittenOutput;
|
|
273
29
|
};
|
|
274
30
|
//#endregion
|
|
275
31
|
//#region src/deck.d.ts
|
|
276
|
-
type CompileMode = "inspect" | "strict";
|
|
277
|
-
type CompileInspectResult = {
|
|
278
|
-
readonly graph?: SemanticAuthorGraph;
|
|
279
|
-
readonly diagnostics: Diagnostics;
|
|
280
|
-
readonly resolvedStyles?: ResolvedStyleMap;
|
|
281
|
-
};
|
|
282
32
|
type WithSource<TSourceContext> = [TSourceContext] extends [void] ? never : (sourceContext: TSourceContext) => BoundSource<TSourceContext>;
|
|
283
33
|
declare class BoundSource<TSourceContext = void> implements CompositionSource<TSourceContext> {
|
|
284
34
|
#private;
|
|
285
35
|
constructor(source: Deck<TSourceContext>, sourceContext: TSourceContext);
|
|
286
36
|
[COMPOSITION_SOURCE](): CompositionSourceInternals<TSourceContext>;
|
|
287
|
-
compile():
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
}): SemanticAuthorGraph;
|
|
291
|
-
compile(config: {
|
|
292
|
-
mode: "inspect";
|
|
293
|
-
}): CompileInspectResult;
|
|
294
|
-
render(): PresentationIR;
|
|
295
|
-
output(config: OutputConfig): Promise<void>;
|
|
37
|
+
compile(): CompileResult;
|
|
38
|
+
project(): ProjectResult;
|
|
39
|
+
render(config?: RenderOptions | WriterAdapter<PptxPackageModel>): Promise<RenderResult>;
|
|
296
40
|
}
|
|
297
41
|
declare class Deck<TSourceContext = void> implements CompositionSource<TSourceContext> {
|
|
298
42
|
#private;
|
|
@@ -304,20 +48,13 @@ declare class Deck<TSourceContext = void> implements CompositionSource<TSourceCo
|
|
|
304
48
|
add(slide: SlideFactory<TSourceContext>): this;
|
|
305
49
|
mount<TChildContext>(sourceKey: string, child: Deck<TChildContext>, ...context: [TChildContext] extends [void] ? [] : [sourceContext: SourceContextInput<TSourceContext, TChildContext>]): this;
|
|
306
50
|
mount<TChildContext>(sourceKey: string, child: BoundSource<TChildContext>): this;
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
compile(this: Deck<void
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
compile(this: Deck<void>, config: {
|
|
313
|
-
mode: "inspect";
|
|
314
|
-
}): CompileInspectResult;
|
|
315
|
-
output(this: Deck<void>, config: OutputConfig): Promise<void>;
|
|
51
|
+
defineGraph(graph: SemanticAuthorGraph): this;
|
|
52
|
+
defineProjection(projection: PptxPackageModel): this;
|
|
53
|
+
compile(this: Deck<void>): CompileResult;
|
|
54
|
+
project(this: Deck<void>): ProjectResult;
|
|
55
|
+
render(this: Deck<void>, config?: RenderOptions | WriterAdapter<PptxPackageModel>): Promise<RenderResult>;
|
|
316
56
|
}
|
|
317
57
|
//#endregion
|
|
318
|
-
//#region src/backends/pptxgenjs.d.ts
|
|
319
|
-
declare function pptxgenjsBackend(): CompileBackend;
|
|
320
|
-
//#endregion
|
|
321
58
|
//#region src/types.d.ts
|
|
322
59
|
declare const EMU_PER_INCH = 914400;
|
|
323
60
|
declare const POINTS_PER_INCH = 72;
|
|
@@ -336,4 +73,4 @@ declare global {
|
|
|
336
73
|
}
|
|
337
74
|
}
|
|
338
75
|
//#endregion
|
|
339
|
-
export { type
|
|
76
|
+
export { type BorderStyle, type BoundSource, type ClassNameObject, type ClassNameValue, type ClassNameValueArray, type CompileResult, type CompositionContext, CompositionDiagnosticError, type ContentJsxChild, type CssAlignContent, type CssAlignItems, type CssAlignSelf, type CssAspectRatio, type CssBoxSizing, type CssDisplay, type CssFlexBasis, type CssFlexDirection, type CssFlexWrap, type CssGridAutoFlow, type CssGridLine, type CssGridPlacement, type CssGridShorthand, type CssGridTemplate, type CssGridTemplateAreas, type CssGridTemplateShorthand, type CssGridTrack, type CssJustifyContent, type CssJustifySelf, type CssObjectPosition, type CssOverflow, type CssPosition, type CssVisibility, Deck, DeckDiagnosticError, type DeckJsxIntrinsicElements, type DeckLength, type DeckOptions, type DeckPointLength, type Diagnostic, type DiagnosticLabel, type DiagnosticSeverity, type Diagnostics, EMU_PER_INCH, Fragment, Image, type ImageCropAuthoring, type ImageCropValue, type ImageProps, type ImageStyle, type IntrinsicDivProps, type IntrinsicImgProps, type IntrinsicPProps, type IntrinsicTextTag, type IntrinsicViewTag, type JsxKey, type LayoutMode, type OutputFormat, POINTS_PER_INCH, type ProjectResult, type ProjectionFormat, type RenderResult, type RenderedArtifact, SemanticGraphDiagnosticError, Shape, type ShapeProps, type ShapeStyle, Slide, type SlideContext, type SlideFactory, type SlideFactoryInput, type SlideProps, type SlideStyle, type SourceContextMapper, type SourceSpan, type Spacing, type StackAlignment, type StackAxis, type StageArtifactStatus, type StageName, type StageSummary, type StrokeDashType, type StrokeLineCap, type StrokeLineJoin, StyleDiagnosticError, StyleSheet, Text, type TextFit, type TextJsxChild, type TextProps, type TextRunNodeProps, type TextRunStyle, type TextStyle, type TextTabStopAlignment, type TextTabStopAuthoring, type TextTabStopLength, Theme, type ThemeDefaults, type ThemeInput, type VerticalAlign, View, type ViewProps, type ViewStyle, type WrittenOutput, createElement, formatDiagnostic, formatDiagnostics };
|