export type * from "./FieldGroup.js"; export type * from "./FieldGroup.Item.js"; /** * Container for multiple inputs to be styled as a group. Supports the following * components as children: * * - `` * - ` * * * @example * * *