UNPKG

@dunite/au-fluent-ui

Version:

An Aurelia plugin project that wraps Microsoft Fluent UI React components.

11 lines (10 loc) 421 B
import { TaskQueue } from 'aurelia-framework'; import { IComboBoxProps, IComboBoxOption } from '@fluentui/react/lib/ComboBox'; import { AuReactWrapper } from '@dunite/au-react-wrapper'; export declare class DuComboBox extends AuReactWrapper implements IComboBoxProps { protected tq: TaskQueue; constructor(element: any, tq: TaskQueue); hidden: boolean; options: IComboBoxOption[]; attached(): void; }