UNPKG

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

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