UNPKG

@neocomplexx/ngx-neo-completer

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.5.

6 lines (5 loc) 128 B
import { LocalData } from './local-data'; export declare class LocalDataFactory { constructor(); create(): LocalData; }