Source

admin-bro-design-system/src/molecules/value-group/value-group-props.ts

import { ReactNode } from 'react'

/**
 * Props passed to ValueGroup
 *
 * @memberof ValueGroup
 * @alias ValueGroupProps
 */
export type ValueGroupProps = {
  /** Value group label */
  label: string,
  /** Field value passed as a value */
  value?: string | number | boolean,
  /** Field value passed as children node */
  children?: ReactNode,
}
SoftwareBrothers

Proudly built and maintained by SoftwareBrothers

Software House with a passion for both JavaScript and TypeScript.

See what we do See what we believe in

Proudly built and maintained by

SoftwareBrothers