config.d.ts 259 B

123456789101112
  1. export declare const PAGE_LIFE_TIMES: {
  2. onLoad: string;
  3. onUnload: string;
  4. };
  5. export declare const APP_LIFE_TIMES: {
  6. onLoad: string;
  7. onUnload: string;
  8. };
  9. export declare const COMPONENT_LIFE_TIMES: {
  10. onLoad: string;
  11. onUnload: string;
  12. };