ADDED: A few types for convenience
FIXED: Fixed generic types, where used type "any"
This commit is contained in:
8
src/primitive-components/radio/radio.types.ts
Normal file
8
src/primitive-components/radio/radio.types.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { InputHTMLAttributes } from 'react';
|
||||
import { IRippleProps } from '../ripple/ripple.types';
|
||||
|
||||
export interface RadioProps
|
||||
extends InputHTMLAttributes<HTMLInputElement>,
|
||||
IRippleProps {
|
||||
centralRipple?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user