Update local testing script and resolve errors
This commit is contained in:
@@ -34,6 +34,6 @@ export interface CheckboxViewProps {
|
||||
checkGlyphColor: string;
|
||||
labelColor: string;
|
||||
accessibilityProps: React.HTMLAttributes<HTMLSpanElement>;
|
||||
onToggle: (e: React.MouseEvent | React.KeyboardEvent) => void;
|
||||
onKeyDown: (e: React.KeyboardEvent<HTMLSpanElement>) => void;
|
||||
onToggle: (_e: React.MouseEvent | React.KeyboardEvent) => void;
|
||||
onKeyDown: (_e: React.KeyboardEvent<HTMLSpanElement>) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user