UNPKG

react-simple-offcanvas

Version:

A stand-alone react component for adding accessible easy-to-use bootstrap Tabs to your project.

4 lines (3 loc) 235 B
/// <reference types="react" /> import { OffcanvasProps } from '..'; export declare function Offcanvas({ title, position, backdrop, allowClickAway, allowEsc, allowScroll, className, styles, children }: OffcanvasProps): JSX.Element;