UNPKG

@fruits-chain/react-native-xiaoshu

Version:
6 lines (5 loc) • 221 B
import type { Context } from 'react'; import type { RowContextState } from './interface'; declare const RowContext: Context<RowContextState>; export declare const useRow: () => RowContextState; export default RowContext;