UNPKG

@dunite/au-fluent-ui

Version:

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

7 lines (6 loc) 260 B
import { ITextFieldProps } from '@fluentui/react/lib/TextField'; import { AuReactWrapperNoChildren } from '@dunite/au-react-wrapper'; export declare class DuTextField2 extends AuReactWrapperNoChildren { orignalProp: ITextFieldProps; reactClass: any; }