UNPKG

@atlaskit/form

Version:

A form allows people to input information.

17 lines (16 loc) 532 B
/** * @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. */ export type { LabelProps } from '../label'; /** * @deprecated Use `import type { LegendProps } from '@atlaskit/form/legend'` instead. */ export type { LegendProps } from '../legend';