UNPKG

@nipe-solutions/react-spring-bottom-sheet

Version:
8 lines (7 loc) 320 B
import type { HTMLAttributes } from 'react'; export type SheetContentProps = HTMLAttributes<HTMLDivElement> & { asChild?: boolean; }; export declare const Content: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & { asChild?: boolean; } & import("react").RefAttributes<HTMLDivElement>>;