UNPKG

@conduction/components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

11 lines (10 loc) 303 B
import * as React from "react"; interface HorizontalOverflowWrapperProps { children: React.ReactNode; ariaLabels: { scrollRightButton: string; scrollLeftButton: string; }; } export declare const HorizontalOverflowWrapper: React.FC<HorizontalOverflowWrapperProps>; export {};