react-select-table
Version:
React table component with selectable items
16 lines (15 loc) • 672 B
TypeScript
/**
* @param {string} namespace The namespace passed to createTable
* @param {Partial<import('../utils/optionsUtils').Options>} options The reducer options
* @returns {Utils} Utilities for the specific reducer
*/
export function createTableUtils(namespace: string, options: Partial<import('../utils/optionsUtils').Options>): Utils;
/**
* @param {string} namespace The namespace passed to createTable
* @returns {Utils} Utilities for the specific reducer
*/
export function getTableUtils(namespace: string): Utils;
export function px(n: any): string;
export function pc(n: any): string;
export function negative(n: any): number;
import Utils from "../models/Utils";