mirror of https://github.com/abpframework/abp
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.
9 lines
483 B
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);
|
|
}
|