@fewangsit/wangsvue-fats 1.0.1-alpha.16 → 1.0.1-alpha.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.1-alpha.16",
3
+ "version": "1.0.1-alpha.17",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",
@@ -1,4 +1,5 @@
1
1
  import { ToastMethod, type UseToastConfig } from '../utils/baseToast.util';
2
+ export type * from '../utils/baseToast.util';
2
3
  export declare const useToastConfig: UseToastConfig;
3
4
  declare const useToast: () => ToastMethod;
4
5
  export default useToast;