UNPKG

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

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