@versatiledatakit/shared
Version:
Versatile Data Kit Shared library enables reusability of shared features like: NgRx Redux, Error Handlers, Utils, Generic Components, etc.
7 lines (6 loc) • 298 B
TypeScript
import { WarningConfig } from '../warning';
import { PlaceholderConfig } from '../placeholder';
/**
* ** Configuration that should be provided when Shared Features module is injected in the root of the application.
*/
export declare type SharedFeaturesConfig = WarningConfig & PlaceholderConfig;