@fattureincloud/fic-design-system 0.15.11-alpha.1 → 0.15.11-alpha.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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';