anubis-ui 1.2.2 → 1.2.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.
Files changed (2) hide show
  1. package/index.d.ts +8 -0
  2. package/package.json +2 -2
package/index.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ import { IEnvConfig } from './dist/interfaces/config.interface';
2
+
3
+ declare module 'anubis-ui' {
4
+ import type { Plugin } from 'vite';
5
+
6
+ export const plugin: Plugin;
7
+ export const config: IEnvConfig;
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anubis-ui",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Class-based css generator",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -24,7 +24,7 @@
24
24
  "type": "git",
25
25
  "url": "git+https://github.com/HugoLMTY/anubis-ui.git"
26
26
  },
27
- "author": "Improba",
27
+ "types": "./index.d.ts",
28
28
  "license": "MIT",
29
29
  "bugs": {
30
30
  "url": "https://github.com/HugoLMTY/anubis-ui/issues"