@coderline/alphatab 1.9.0-alpha.1861 → 1.9.0-alpha.1883

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.
@@ -3236,6 +3236,7 @@ export declare namespace alphaTex {
3236
3236
  IAlphaTexAstNode,
3237
3237
  IAlphaTexMetaDataTagPrefixNode,
3238
3238
  IAlphaTexNoteValueNode,
3239
+ IAlphaTexStringSeparatorNode,
3239
3240
  AlphaTexLexer,
3240
3241
  AlphaTexParseMode,
3241
3242
  AlphaTexParser,
@@ -9547,7 +9548,7 @@ declare interface IContainer {
9547
9548
  *
9548
9549
  * @public
9549
9550
  */
9550
- declare interface ICursorHandler {
9551
+ export declare interface ICursorHandler {
9551
9552
  /**
9552
9553
  * Called when this handler activates. This can be on dynamic cursor creation
9553
9554
  * or when setting a custom handler with cursors already created.