@farris/ui-vue 1.6.5-beta.4 → 1.6.5-beta.5

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": "@farris/ui-vue",
3
- "version": "1.6.5-beta.4",
3
+ "version": "1.6.5-beta.5",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Farris Vue, a Farris Design based Vue3 component library.",
6
6
  "keywords": [
@@ -16,5 +16,5 @@
16
16
  import type { Plugin } from 'vue';
17
17
  import { LocaleService, LOCALE_SERVICE_INJECTION_TOKEN, LocaleConfig } from './src/lib';
18
18
  export { LocaleService, LOCALE_SERVICE_INJECTION_TOKEN, type LocaleConfig };
19
- declare const _default: Plugin;
19
+ declare const _default: Plugin<LocaleConfig>;
20
20
  export default _default;
@@ -1,3 +1,4 @@
1
+ import type { Plugin } from 'vue';
1
2
  import FStep from './src/step.component';
2
3
  export * from './src/step.props';
3
4
  export { FStep, FStep as Step };