UNPKG

gridjs

Version:

Advanced table plugin

10 lines (9 loc) 265 B
import { BaseActions } from '../../base/actions'; export interface SearchActionsType { SEARCH_KEYWORD: { keyword: string; }; } export declare class SearchActions extends BaseActions<SearchActionsType> { search(keyword: string): void; }