@canva/design 2.7.4-beta.0 → 2.7.4-beta.1
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/beta.d.ts +5 -1
- package/package.json +1 -1
package/beta.d.ts
CHANGED
|
@@ -2758,14 +2758,18 @@ export declare namespace DesignEditing {
|
|
|
2758
2758
|
/**
|
|
2759
2759
|
* @beta
|
|
2760
2760
|
* A reference to a page.
|
|
2761
|
+
*
|
|
2762
|
+
* @preventInline
|
|
2761
2763
|
*/
|
|
2762
2764
|
export type PageRef = AbsolutePageRef | Unsupported;
|
|
2763
2765
|
|
|
2764
2766
|
/**
|
|
2765
2767
|
* @beta
|
|
2766
2768
|
* A list containing the references to pages in the design.
|
|
2769
|
+
*
|
|
2770
|
+
* @preventInline
|
|
2767
2771
|
*/
|
|
2768
|
-
export
|
|
2772
|
+
export interface PageRefList extends ReadableList<PageRef> {}
|
|
2769
2773
|
{
|
|
2770
2774
|
}
|
|
2771
2775
|
}
|