@lavalogic/scoria 0.0.47 → 0.1.0
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.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -114,7 +114,7 @@ export { default as TextInput } from './Components/TextInput.svelte';
|
|
|
114
114
|
export { default as ThreeStateRadio } from './Components/ThreeStateRadio.svelte';
|
|
115
115
|
export { default as VerticalTabGroup } from './Components/VerticalTabGroup.svelte';
|
|
116
116
|
export { default as VerticalTabGroupButton } from './Components/VerticalTabGroupButton.svelte';
|
|
117
|
-
export { AlertContext } from './Contexts/AlertContext.svelte.js';
|
|
117
|
+
export { AlertContext, type IAlertProps, type IPromptProps } from './Contexts/AlertContext.svelte.js';
|
|
118
118
|
export { ContextMenuContext } from './Contexts/ContextMenuContext.svelte.js';
|
|
119
119
|
export { ToastContext } from './Contexts/ToastContext.svelte.js';
|
|
120
120
|
export { TooltipContext } from './Contexts/TooltipContext.svelte.js';
|