UNPKG

@navinc/base-react-components

Version:
6 lines (5 loc) 813 B
import { InferComponentProps } from '../../types.js'; declare const ContainerEl: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string; type HorizontalScrollWidgetProps = InferComponentProps<typeof ContainerEl>; export declare const HorizontalScrollWidget: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<HorizontalScrollWidgetProps & import("react").RefAttributes<HTMLDivElement>, never>> & string & Omit<import("react").ForwardRefExoticComponent<HorizontalScrollWidgetProps & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>; export {};