UNPKG

@figr-design/identity-code-lib

Version:

This repo contains code for components exported from Figrs design system generator (Identity).

5 lines 262 B
import { Props as SelectProps } from "react-select"; type MultiSelectProps = Omit<SelectProps, "isMulti">; export declare function MultiSelect(props: MultiSelectProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MultiSelect.d.ts.map