@vizzly/dashboard 0.15.0-dev-72d049314841ffdcb22fd0d12c8a8448b71010e3 → 0.15.0-dev-5edb8434dd7cdeec2714e56ebae47d56cd384d45
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.
|
@@ -10,6 +10,7 @@ export * from '../../shared-logic/src/Theme/types';
|
|
|
10
10
|
export * from './types';
|
|
11
11
|
export { vizzlyState, VizzlyState } from '../../shared-logic/src/VizzlyState';
|
|
12
12
|
import './developerTools';
|
|
13
|
+
export { useGlobalContext } from '../../shared-ui/src/contexts/GlobalProvider/useGlobalProvider';
|
|
13
14
|
declare const Dashboard: (props: DashboardProps) => JSX.Element;
|
|
14
15
|
declare const Editor: (props: EditorProps) => JSX.Element;
|
|
15
16
|
export * from '../../shared-ui/src/hooks/useVizzly';
|
|
@@ -79214,5 +79214,6 @@ exports.VizzlyState = VizzlyState;
|
|
|
79214
79214
|
exports.VizzlyTheming = VizzlyTheming;
|
|
79215
79215
|
exports.default = index;
|
|
79216
79216
|
exports.displayPositions = displayPositions;
|
|
79217
|
+
exports.useGlobalContext = useGlobalContext;
|
|
79217
79218
|
exports.useVizzly = useVizzly;
|
|
79218
79219
|
exports.vizzlyState = vizzlyState;
|