Skip to content

Commit 17c1560

Browse files
authored
chore: compatible for api def (#423)
1 parent 8e9bafa commit 17c1560

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/interface.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ export interface AlignType {
2929
* Point can be 't'(top), 'b'(bottom), 'c'(center), 'l'(left), 'r'(right) */
3030
points?: (string | AlignPoint)[];
3131

32+
/**
33+
* @private Do not use in your production code
34+
*/
35+
_experimental?: Record<string, any>;
36+
3237
/**
3338
* offset source node by offset[0] in x and offset[1] in y.
3439
* If offset contains percentage string value, it is relative to sourceNode region.

0 commit comments

Comments
 (0)