@ka1do/kit
Version:
9 lines (8 loc) • 358 B
TypeScript
import type { TableUserConfig } from './types/api';
import type { Row, TableConfig } from './types/internal';
declare const _default: (rows: Row[], userConfig?: TableUserConfig) => TableConfig;
/**
* Makes a new configuration object out of the userConfig object
* using default values for the missing configuration properties.
*/
export default _default;