@td-design/react-native
Version:
react-native UI组件库
11 lines • 451 B
TypeScript
import React, { PropsWithChildren } from 'react';
export declare const SwipeRowContext: React.Context<{
id?: string | number | undefined;
changeState: (id: string | number) => void;
multiple?: boolean | undefined;
}>;
export declare const SwipeRowContextProvider: ({ children, multiple, }: React.PropsWithChildren<{
/** 是否允许多开 */
multiple?: boolean | undefined;
}>) => JSX.Element;
//# sourceMappingURL=context.d.ts.map