coer-elements 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public_api.d.ts +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coer-elements",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "coer",
package/public_api.d.ts CHANGED
@@ -1 +1,5 @@
1
- export {};
1
+ export * from './components';
2
+ export * from './directives';
3
+ export * from './pipes';
4
+ export * from './signals';
5
+ export * from './tools';