UNPKG

@gluestack-ui/actionsheet

Version:

A universal headless actionsheet component for React Native, Next.js & React

7 lines (6 loc) 240 B
import React, { forwardRef } from 'react'; export function ActionsheetSectionList(StyledActionsheetSectionList) { return forwardRef(({ ...props }, ref) => { return <StyledActionsheetSectionList ref={ref} {...props}/>; }); }