/** * 自定义虚线组件 * 代码来自:https://github.com/obipawan/react-native-dash */ import React from 'react'; import type { DashProps } from './interface'; declare const _default: React.FC; export default _default;