UNPKG

@procore/core-react

Version:
7 lines (6 loc) 324 B
import React from 'react'; import type { SuperSelectApi, SuperSelectConfig } from './SuperSelect.types'; export declare const InternalDragDropContext: React.Context<{ isDraggingOver: boolean; }>; export declare const SuperSelect: React.ForwardRefExoticComponent<SuperSelectConfig & React.RefAttributes<SuperSelectApi>>;