RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@fattureincloud/fic-design-system
Versions diffs
0.15.11-alpha.1 → 0.17.0
@fattureincloud/fic-design-system 0.15.11-alpha.1 → 0.17.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/dist/components/ficFeatures/index.d.ts
+2
-1
package/dist/index.esm.js
+2
-2
package/dist/index.esm.js.map
+1
-1
package/dist/index.js
+1
-1
package/dist/index.js.map
+1
-1
package/package.json
+1
-1
package/dist/components/ficFeatures/index.d.ts
CHANGED
Viewed
@@ -1,2 +1,3 @@
1
1
export { default as FICFeatures } from './FICFeatures';
2
-
export
type
*
from './types';
2
+
export
{
DataType
}
from './types';
3
+
export type { TPlanConfig, TFeature, TFeatureCategory, TFeaturesConfig, FICFeaturesProps } from './types';
1
2
3
4
5
...
Next ›
Last »