UNPKG

ddata-ui-input

Version:

DData UI Input module, components, models & services

5 lines (4 loc) 173 B
import { Search } from './search.model'; import { SearchInterface } from './search.interface'; export declare class BaseSearch extends Search implements SearchInterface { }