UNPKG

react-bulma-dropdown

Version:

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

4 lines (3 loc) 170 B
/// <reference types="react" /> export declare const itemsGenerator: (items?: number) => JSX.Element; export declare const loremGenerator: (count: any) => JSX.Element[];