UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

7 lines (6 loc) 284 B
/// <reference types="react" /> export interface RadioGroupIndicatorProps { disabled?: boolean; asChild?: boolean; } export declare const RadioGroupIndicator: import('react').ForwardRefExoticComponent<RadioGroupIndicatorProps & import("react").RefAttributes<HTMLDivElement>>;