@tomorrowevening/theatre-studio 1.0.0 → 1.0.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.
@@ -0,0 +1,18 @@
1
+ import { IStudio } from './TheatreStudio';
2
+ export { IExtension, IStudio, IStudioUI, PaneClassDefinition, PaneInstance, ToolConfig, ToolConfigIcon, ToolConfigSwitch, ToolsetConfig, _StudioInitializeOpts } from './TheatreStudio';
3
+ export { default as ToolbarDropdownSelect } from './uiComponents/toolbar/ToolbarDropdownSelect';
4
+ export { IScrub } from './Scrub';
5
+
6
+ /**
7
+ * The library providing the editor components of Theatre.js.
8
+ *
9
+ * @packageDocumentation
10
+ */
11
+
12
+ /**
13
+ * The main instance of Studio. Read more at {@link IStudio}
14
+ */
15
+ declare const studio: IStudio;
16
+ //# sourceMappingURL=index.d.ts.map
17
+
18
+ export { studio as default };