UNPKG

@teamsparta/stack-bottom-sheet

Version:
9 lines (6 loc) 389 B
import * as react from 'react'; import { TextProps } from '@teamsparta/stack-text'; interface BottomSheetDescriptionProps extends Omit<TextProps<"p">, "as"> { } declare const BottomSheetDescription: react.ForwardRefExoticComponent<Omit<BottomSheetDescriptionProps, "ref"> & react.RefAttributes<HTMLParagraphElement>>; export { BottomSheetDescription, type BottomSheetDescriptionProps };