You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abp/npm/ng-packs/dist/theme-basic/lib/theme-basic.module.d.ts

9 lines
483 B

import { AccountLayoutComponent } from './components/account-layout/account-layout.component';
import { ApplicationLayoutComponent } from './components/application-layout/application-layout.component';
import { InitialService } from './services/initial.service';
export declare const LAYOUTS: (typeof ApplicationLayoutComponent | typeof AccountLayoutComponent)[];
export declare class ThemeBasicModule {
private initialService;
constructor(initialService: InitialService);
}