Type Alias: ClickHandler
type ClickHandler = () => void;
Defined in: shared/types/componentProps.ts:223
Simple click handler for basic interactions.
Returnsโ
void
type ClickHandler = () => void;
Defined in: shared/types/componentProps.ts:223
Simple click handler for basic interactions.
void