UNPKG

bs-datatable

Version:

A data table based on Bootstrap 5

8 lines (7 loc) 289 B
import { BSInputOptions } from "../commonTypes/common-types"; import { BSDataTableInput } from "./BSDataTableInput"; declare class BSDataTableTextInputExt extends BSDataTableInput { constructor(options: BSInputOptions); render(): void; } export { BSDataTableTextInputExt };