UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (11 loc) • 398 B
import React from 'react'; import type { PopupProps } from './interface'; declare const _default: React.NamedExoticComponent<PopupProps & { children?: React.ReactNode; }> & { readonly type: React.FC<PopupProps>; } & { Component: React.MemoExoticComponent<React.FC<PopupProps>>; Header: React.NamedExoticComponent<import("./interface").PopupHeaderProps>; }; export default _default;