UNPKG

@rakhimgaliyev/react-bottom-sheet

Version:

[![npm version](https://img.shields.io/npm/v/@rakhimgaliyev/react-bottom-sheet.svg?style=flat-square)](https://www.npmjs.com/package/@rakhimgaliyev/react-bottom-sheet) [![gzip size][gzip-badge]][unpkg-dist]

14 lines (13 loc) 268 B
import React from 'react'; declare type PropsType = { id: string; children: React.ReactNode; }; /** * @example * <Portal id="modal"> * <p>Thinking with portals</p> * </Portal> */ export declare const Portal: React.FC<PropsType>; export {};