@carbon/ibm-products
Version:
Carbon for IBM Products
33 lines • 1.31 kB
TypeScript
export function AddSelectColumn({ columnInputPlaceholder, filterByLabel, header, items, multiSelection, parentId, path, setMultiSelection, setPath, sortByLabel, ...props }: {
[x: string]: any;
columnInputPlaceholder: any;
filterByLabel: any;
header: any;
items: any;
multiSelection: any;
parentId: any;
path: any;
setMultiSelection: any;
setPath: any;
sortByLabel: any;
}): React.JSX.Element;
export namespace AddSelectColumn {
export namespace propTypes {
let columnInputPlaceholder: PropTypes.Requireable<string>;
let filterByLabel: PropTypes.Requireable<string>;
let header: PropTypes.Requireable<string>;
let items: PropTypes.Requireable<object>;
let multiSelection: PropTypes.Requireable<any[]>;
let parentId: PropTypes.Requireable<string>;
let path: PropTypes.Requireable<any[]>;
let setMultiSelection: PropTypes.Requireable<(...args: any[]) => any>;
let setPath: PropTypes.Requireable<(...args: any[]) => any>;
let sortByLabel: PropTypes.Requireable<string>;
}
export { componentName as displayName };
}
import React from 'react';
import PropTypes from 'prop-types';
declare const componentName: "AddSelectColumn";
export {};
//# sourceMappingURL=AddSelectColumn.d.ts.map