import { LimeWebComponentContext as Base } from '../../lime-web-components/src'; /** * @inheritdoc * * @deprecated use {@link Base LimeWebComponentContext} from `@limetech/lime-web-components` instead */ export interface LimeWebComponentContext extends Base { }