import { UniNativeBaseView } from "./UniNativeBaseView" /** * 自定义原生组件 native-view */ export interface UniNativeCustomView extends UniNativeBaseView { }