UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

6 lines (5 loc) 264 B
import React from 'react'; import { ThumbProps } from './thumb'; export declare const ThumbPopover: (props: Pick<ThumbProps, "offset" | "getValueByPosition" | "popover" | "residentPopover" | "isSliding"> & { children: React.ReactNode; }) => React.JSX.Element;