import { FieldGroupProps } from '../input-group/index.js'; import { InputPanelProps } from '../input-panel/types.js'; export type RadioPanelProps = Omit; /** * @deprecated bruk heller {@link FieldGroupProps} */ export type RadioPanelGroupProps = FieldGroupProps;