UNPKG

@carbon/ibm-products

Version:
53 lines 2.44 kB
export function AddSelectRow({ appliedModifiers, displayMetalPanel, index, focus, item, metaIconDescription, modifiers, multi, multiSelection, navIconDescription, parentId, parentSelected, setAppliedModifiers, setDisplayMetaPanel, setFocus, setMultiSelection, setParentSelected, setSingleSelection, setSize, singleSelection, }: { appliedModifiers: any; displayMetalPanel: any; index: any; focus: any; item: any; metaIconDescription: any; modifiers: any; multi: any; multiSelection: any; navIconDescription: any; parentId: any; parentSelected: any; setAppliedModifiers: any; setDisplayMetaPanel: any; setFocus: any; setMultiSelection: any; setParentSelected: any; setSingleSelection: any; setSize: any; singleSelection: any; }): React.JSX.Element; export namespace AddSelectRow { export namespace propTypes { let appliedModifiers: PropTypes.Requireable<any[]>; let displayMetalPanel: PropTypes.Requireable<object>; let filteredItems: PropTypes.Requireable<any[]>; let focus: PropTypes.Requireable<NonNullable<string | number>>; let index: PropTypes.Requireable<number>; let item: PropTypes.Requireable<object>; let metaIconDescription: PropTypes.Requireable<string>; let modifiers: PropTypes.Requireable<object>; let multi: PropTypes.Requireable<boolean>; let multiSelection: PropTypes.Requireable<any[]>; let navIconDescription: PropTypes.Requireable<string>; let parentId: PropTypes.Requireable<string>; let parentSelected: PropTypes.Requireable<string>; let setAppliedModifiers: PropTypes.Requireable<(...args: any[]) => any>; let setDisplayMetaPanel: PropTypes.Requireable<(...args: any[]) => any>; let setFocus: PropTypes.Requireable<(...args: any[]) => any>; let setMultiSelection: PropTypes.Requireable<(...args: any[]) => any>; let setParentSelected: PropTypes.Requireable<(...args: any[]) => any>; let setSingleSelection: PropTypes.Requireable<(...args: any[]) => any>; let setSize: PropTypes.Requireable<number>; let singleSelection: PropTypes.Requireable<string>; } export { componentName as displayName }; } import React from 'react'; import PropTypes from 'prop-types'; declare const componentName: "AddSelectList"; export {}; //# sourceMappingURL=AddSelectRow.d.ts.map