UNPKG

@tra-tech/react-native-kitra

Version:
13 lines (12 loc) 380 B
/// <reference types="react" /> import type { RadioButtonProps } from '../../types'; declare const _default: import("react").ForwardRefExoticComponent<RadioButtonProps & { theme?: { [index: string]: string; } | undefined; } & { typography?: any; } & { children?: import("react").ReactNode; } & import("react").RefAttributes<any>>; export default _default;