react95
Version:
Refreshed Windows95 UI components for modern web apps - React95
10 lines • 545 B
TypeScript
/// <reference types="react" />
import { ScrollViewProps } from '../ScrollView/ScrollView';
/** @deprecated Use `ScrollViewProps` */
export declare type CutoutProps = ScrollViewProps;
/** @deprecated Use `ScrollView` */
export declare const Cutout: import("react").ForwardRefExoticComponent<{
children?: import("react").ReactNode;
shadow?: boolean | undefined;
} & import("react").HTMLAttributes<HTMLDivElement> & import("../types").CommonStyledProps & import("react").RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=Cutout.d.ts.map