UNPKG

759 BTypeScriptView Raw
1export declare const Component: {
2 bearerContext: string;
3 componentWillLoad: string;
4 componentDidUnload: string;
5 componentDidLoad: string;
6 setupId: string;
7};
8export declare const Decorators: {
9 Component: string;
10 Element: string;
11 RootComponent: string;
12 Prop: string;
13 State: string;
14 Watch: string;
15 BearerState: string;
16 Intent: string;
17 RetrieveStateIntent: string;
18 SaveStateIntent: string;
19 statePropName: string;
20};
21export declare const Module: {
22 BEARER_CORE_MODULE: string;
23};
24export declare const Types: {
25 HTMLElement: string;
26 IntentType: string;
27 SaveState: string;
28 RetrieveState: string;
29};
30export declare const Properties: {
31 ReferenceId: string;
32 Element: string;
33};