copper-ui
Version:
Modern React UI components library with TypeScript support, built on top of Ant Design
4 lines • 334 B
TypeScript
import { CompanySelectOptionProps } from '../model/types';
declare const CompanyGroupSelectOption: ({ option: opt, isSelected, handleSelect, fullOption: _option, }: CompanySelectOptionProps) => import("react/jsx-runtime").JSX.Element;
export default CompanyGroupSelectOption;
//# sourceMappingURL=company-group-select-options.d.ts.map