UNPKG

473 BTypeScriptView Raw
1import { ExpandableConfig, LegacyExpandableProps } from '../interface';
2export declare const INTERNAL_COL_DEFINE = "RC_TABLE_INTERNAL_COL_DEFINE";
3export declare function getExpandableProps<RecordType>(props: LegacyExpandableProps<RecordType> & {
4 expandable?: ExpandableConfig<RecordType>;
5}): ExpandableConfig<RecordType>;
6/**
7 * Returns only data- and aria- key/value pairs
8 * @param {object} props
9 */
10export declare function getDataAndAriaProps(props: object): {};