UNPKG

@gluestack-ui/core

Version:

Universal UI components for React Native, Expo, and Next.js

5 lines 381 B
import React from 'react'; import type { InterfaceActionsheetItemProps } from './types'; export declare const ActionsheetContext: React.Context<any>; export declare function ActionsheetItem<T>(StyledActionsheetItem: React.ComponentType<T>): React.ForwardRefExoticComponent<InterfaceActionsheetItemProps & React.RefAttributes<unknown>>; //# sourceMappingURL=ActionsheetItem.d.ts.map