UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 355 B
/// <reference types="react" /> import { TypeAttributes } from '../types'; export declare function useToggleCaret(placement: TypeAttributes.Placement8 | TypeAttributes.Placement): import("react").ForwardRefExoticComponent<Omit<import("@rsuite/icons/esm/Icon").IconProps, "ref"> & import("react").RefAttributes<SVGElement>>; export default useToggleCaret;