rsuite
Version:
A suite of react components
5 lines (4 loc) • 342 B
TypeScript
/// <reference types="react" />
import { TypeAttributes } from '../types';
export declare function useToggleCaret(placement: TypeAttributes.Placement8 | TypeAttributes.Placement): import("react").ForwardRefExoticComponent<import("@rsuite/icons/esm/Icon").IconProps & import("react").RefAttributes<SVGElement>>;
export default useToggleCaret;