FIXED: Interfaces
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { InputHTMLAttributes } from 'react';
|
||||
import { IRippleProps } from '../ripple/ripple.types';
|
||||
import { RipplePropsForComponents } from '../ripple/ripple.types';
|
||||
|
||||
export type RadioProps = InputHTMLAttributes<HTMLInputElement> &
|
||||
IRippleProps & {
|
||||
RipplePropsForComponents<HTMLInputElement> & {
|
||||
centralRipple?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user