UNPKG

@pagamio/frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

5 lines (4 loc) 271 B
import React from 'react'; import type { InputSelectProps } from '../../../types'; declare const MultiSelectInputComponent: React.ForwardRefExoticComponent<Omit<InputSelectProps, "ref"> & React.RefAttributes<HTMLSelectElement>>; export default MultiSelectInputComponent;