compote-ui 0.5.6 → 0.5.7
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 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export { default as ImageCropper } from './components/image-cropper/image-croppe
|
|
|
9
9
|
export type { ImageCropperProps, ImageCropperCropData } from './components/image-cropper/types';
|
|
10
10
|
export { default as Listbox } from './components/listbox/listbox.svelte';
|
|
11
11
|
export { default as NumberInput } from './components/number-input/number-input.svelte';
|
|
12
|
+
export type { NumberInputProps } from './components/number-input/types';
|
|
12
13
|
export { default as Select } from './components/select/select.svelte';
|
|
13
14
|
export { default as Splitter } from './components/splitter/splitter.svelte';
|
|
14
15
|
export type { SplitterPanelConfig, SplitterProps } from './components/splitter/types';
|