UNPKG

@vimeo/iris

Version:
10 lines (9 loc) 340 B
/// <reference types="react" /> export declare function Caret({ attach }: { attach?: string; }): JSX.Element; export declare const CaretStyled: import("styled-components").StyledComponent<"div", any, {}, never>; export declare function buildClipPaths(attach: any): { '--caret-translate': string; '--caret-clip-path': string; };