UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

11 lines (10 loc) β€’ 275 B
import React from 'react'; export interface IFullScreenProps { className?: string; status?: boolean; style?: React.CSSProperties; children: any; onClose: () => void; } declare const FullScreen: (props: IFullScreenProps) => any; export default FullScreen;