@lofcz/pptist 2.0.10 → 2.0.12
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.
|
@@ -441,6 +441,8 @@ export interface PptistInsertFromTemplateResult {
|
|
|
441
441
|
templateId: string;
|
|
442
442
|
slug: string;
|
|
443
443
|
elementIds: string[];
|
|
444
|
+
textElementIds: string[];
|
|
445
|
+
placeholderElementIds: string[];
|
|
444
446
|
}
|
|
445
447
|
export interface PptistAgentTemplatesApi {
|
|
446
448
|
/** List built-in presentation templates (styles) shown in the template picker. */
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import 'overlayscrollbars/overlayscrollbars.css';
|
|
1
2
|
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
3
|
declare const _default: typeof __VLS_export;
|
|
3
4
|
export default _default;
|