@procore/core-react
Version:
React library of Procore Design Guidelines
6 lines (5 loc) • 645 B
TypeScript
export { presets as UNSAFE_SuperSelectPresets } from './presets';
export { SuperSelect as UNSAFE_SuperSelect } from './SuperSelect';
export { StyledArrow as UNSAFE_StyledSuperSelectArrow, StyledLabel as UNSAFE_StyledSuperSelectLabel, StyledTrigger as UNSAFE_StyledSuperSelectTrigger, } from './SuperSelect.styles';
export type { SuperSelectApi as UNSAFE_SuperSelectApi, SuperSelectConfig as UNSAFE_SuperSelectConfig, SuperSelectValue as UNSAFE_SuperSelectValue, SuperSelectValuePrimitive as UNSAFE_SuperSelectValuePrimitive, } from './SuperSelect.types';
export { useSuperSelectContext as UNSAFE_useSuperSelectContext } from './useSuperSelect';