We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b98e03 commit 99e7169Copy full SHA for 99e7169
src/index.ts
@@ -1,4 +1,5 @@
1
export type { BezierControlPoint, BezierNode, SerializedBezierNode } from './types/BezierNode';
2
+export type { AutomatonOptions } from './types/AutomatonOptions';
3
export type { ChannelUpdateEvent } from './types/ChannelUpdateEvent';
4
export type { FxContext, FxDefinition, FxParam } from './types/FxDefinition';
5
export type { FxSection, SerializedFxSection } from './types/FxSection';
0 commit comments