UNPKG

shineout

Version:

A components library for React

7 lines (6 loc) 169 B
import { RadioProps as UnStyledRadioProps } from '@sheinx/base'; /** * @title Radio * @sort 1 */ export type RadioProps<T> = Omit<UnStyledRadioProps<T>, 'jssStyle'>;