UNPKG

react-select-table

Version:
16 lines (15 loc) 672 B
/** * @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";