UNPKG

@spicy-ui/core

Version:

A themable and extensible React UI library, ready to use out of the box

12 lines (11 loc) 532 B
/// <reference types="react" /> import { Meta, Story } from '@storybook/react'; import { SelectProps } from '..'; declare const _default: Meta<SelectProps>; export default _default; export declare const Usage: Story<SelectProps>; export declare const Searchable: Story<SelectProps>; export declare const SearchableAsync: (props: any) => JSX.Element; export declare const NativeSelect: () => JSX.Element; export declare const Sizes: (props: any) => JSX.Element; export declare const Variants: (props: any) => JSX.Element;