export * from './state/application-name'; export * from './state/configs'; export * from './state/current-user'; export * from './state/device'; export * from './state/filters'; export * from './state/limeobjects'; export * from './state/limetypes'; export * from './state/location'; export * from './state/session'; export * from './state/user-data'; import { StateDecoratorConfig as BaseConfig } from '../../lime-web-components/src'; /** * @deprecated use {@link BaseConfig StateDecoratorConfig} from `@limetech/lime-web-components` instead */ export interface StateDecoratorConfig extends BaseConfig { }