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) 174 B
/// <reference types="react" /> import { TriggerProps } from '..'; export declare function Trigger({ component, className, styles, children }: TriggerProps): JSX.Element;