Type alias CommonProps

CommonProps: {
    children?: ReactNode[] | ReactNode;
    className?: string;
    disabled?: boolean;
    id?: string;
    key?: Key;
    role?: AriaRole;
    style?: CSSProperties | any;
    tabIndex?: number;
}

Type declaration

  • Optional children?: ReactNode[] | ReactNode
  • Optional className?: string
  • Optional disabled?: boolean
  • Optional id?: string
  • Optional key?: Key
  • Optional role?: AriaRole
  • Optional style?: CSSProperties | any
  • Optional tabIndex?: number

Generated using TypeDoc