UNPKG

react-bulma-dropdown

Version:

It's a Bulma's dropdown, with an auto-height, scroll and portal support.

15 lines (14 loc) 518 B
/// <reference types="react" /> import 'bulma/css/bulma.min.css'; import '../scss/index.scss'; import '../scss/storybook.scss'; declare const _default: { title: string; }; export default _default; export declare const Basic: () => JSX.Element; export declare const AutoOpen: () => JSX.Element; export declare const DisabledAnimation: () => JSX.Element; export declare const ControlRef: () => JSX.Element; export declare const CustomTrigger: () => JSX.Element; export declare const CustomMargin: () => JSX.Element;