UNPKG

@makeen.io/material-ui-kit

Version:
12 lines (11 loc) 396 B
import React from "react"; export declare type TapRadioProps = { active: boolean; count?: number; disabled: boolean; IconComponent: JSX.Element; label?: string; onClick: (e: React.MouseEvent<HTMLDivElement>) => void; }; declare const _default: ({ label, IconComponent, count, active, onClick, disabled, }: Readonly<TapRadioProps>) => JSX.Element; export default _default;