UNPKG

@atlaskit/form

Version:

A form allows people to input information.

16 lines (15 loc) 584 B
/* eslint-disable @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of these deprecated re-export shims. */ /** * @deprecated Use `import { Label } from '@atlaskit/form/label/default'` instead. */ export { Label } from '../label'; /** * @deprecated Use `import { Legend } from '@atlaskit/form/legend'` instead. */ export { Legend } from '../legend'; /** * @deprecated Use `import type { LabelProps } from '@atlaskit/form/label/default'` instead. */ /** * @deprecated Use `import type { LegendProps } from '@atlaskit/form/legend'` instead. */