UNPKG

@delon/theme

Version:

ng-alain theme system library.

4 lines (3 loc) 169 B
import { InjectionToken } from '@angular/core'; import type { FullLocaleData } from './locale.types'; export declare const DELON_LOCALE: InjectionToken<FullLocaleData>;