@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
12 lines (11 loc) • 398 B
TypeScript
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;