UNPKG

ngx-skltn

Version:
8 lines (7 loc) 205 B
import { SkltnConfig } from '../interfaces/skltn-config'; export declare class SkltnService { ids: string[]; config: SkltnConfig; private defaultConfig; constructor(config: SkltnConfig); }