Interface BottomDrawerProps

interface BottomDrawerProps {
    children?: ReactNode;
    screenReaderTitle: ReactNode;
    trigger: ReactNode;
}

Hierarchy

  • PropsWithChildren
    • BottomDrawerProps

Properties

children?: ReactNode
screenReaderTitle: ReactNode
trigger: ReactNode