UNPKG

@atlaskit/select

Version:

Select allows users to make a single selection or multiple selections from a list of options.

9 lines 417 B
/* eslint-disable @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of these deprecated re-export shims. */ /** * @deprecated Import from the generated per-export subpath instead. */ export { CheckboxOption } from '../components/checkbox-option'; /** * @deprecated Import from the generated per-export subpath instead. */ export { RadioOption } from '../components/radio-option';