UNPKG

@yelon/theme

Version:

ng-yunzai theme system library.

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