@appmax_npm/ds-prime 1.0.0-alpha.10 → 1.0.0-alpha.3

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/config.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import type { PrimeVueConfiguration } from 'primevue/config';
2
+ export declare const appmaxConfig: PrimeVueConfiguration;
package/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import type { PrimeVueConfiguration } from 'primevue/config';
2
- export declare const appmaxPrimeConfig: PrimeVueConfiguration;
1
+ import type { Plugin } from 'vue';
2
+ export declare const DsPrimePlugin: Plugin;