UNPKG

hcmstorybook

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

7 lines (6 loc) 193 B
/// <reference types="react" /> export declare const SelectComponent: ({ label, options, field_state }: { label: string; options: any; field_state: string; }) => JSX.Element;