UNPKG

@mantine/carousel

Version:
8 lines (7 loc) 243 B
interface Options { dir: 'rtl' | 'ltr'; orientation: 'horizontal' | 'vertical' | undefined; direction: 'next' | 'previous'; } export declare function getChevronRotation({ dir, orientation, direction }: Options): number; export {};