UNPKG

@patreon/studio

Version:

Patreon Studio Design System

4 lines (3 loc) 291 B
import React from 'react'; import type { RadioButtonProps } from './types'; export declare function RadioButton({ id, alignLabel, checked, 'data-tag': dataTag, children, disabled, name, onChange, value, alignButton, 'button-data-tag': buttonDataTag, }: RadioButtonProps): React.JSX.Element;