@ni/nimble-react
Version:
React components for the NI Nimble Design System
5 lines (4 loc) • 682 B
TypeScript
export declare const wrap: {
<TRegistry extends import("@ni/fast-foundation").FoundationElementRegistry<import("@ni/fast-foundation").FoundationElementDefinition, any>, TEvents>(registry: TRegistry, config?: import("@ni/fast-react-wrapper").ReactWrapperConfig<TEvents> | undefined): import("@ni/fast-react-wrapper").ReactWrapper<import("@ni/fast-react-wrapper").FoundationElementRegistryElement<TRegistry>, TEvents>;
<TElement extends HTMLElement, TEvents_1>(type: import("@ni/fast-element").Constructable<TElement>, config?: import("@ni/fast-react-wrapper").ReactWrapperConfig<TEvents_1> | undefined): import("@ni/fast-react-wrapper").ReactWrapper<TElement, TEvents_1>;
};