UNPKG

@carbon/ibm-products

Version:

Carbon for IBM Products

32 lines (31 loc) 941 B
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: any; let filterByLabel: any; let header: any; let items: any; let multiSelection: any; let parentId: any; let path: any; let setMultiSelection: any; let setPath: any; let sortByLabel: any; } export { componentName as displayName }; } import React from 'react'; declare const componentName: "AddSelectColumn"; export {};