@atlaskit/select
Version:
Select allows users to make a single selection or multiple selections from a list of options.
10 lines (9 loc) • 403 B
JavaScript
/* 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 { default } from '../select';
/**
* @deprecated Import from the generated per-export subpath instead.
*/
export { SelectWithoutAnalytics } from '../select-without-analytics';