UNPKG

@typed-tabletop-simulator/ui

Version:
8 lines (7 loc) 308 B
/** @noSelfInFile */ import { BaseProps, BaseUIElement } from "./base"; export interface HorizontalScrollViewProps extends BaseProps { } export declare class HorizontalScrollView extends BaseUIElement<HorizontalScrollViewProps> { constructor(props: HorizontalScrollViewProps, children: JSX.Element[]); }