UNPKG

fictoan-react

Version:

A full-featured, designer-friendly, yet performant framework with plain-English props and focus on rapid iteration.

5 lines (4 loc) 339 B
import React from "react"; import { ListBoxCustomProps } from './constants'; export declare const ListBox: React.ForwardRefExoticComponent<Omit<import('../../Element/constants').CommonAndHTMLProps<HTMLDivElement>, keyof ListBoxCustomProps> & ListBoxCustomProps & React.RefAttributes<HTMLDivElement>>; //# sourceMappingURL=ListBox.d.ts.map