UNPKG

igniteui-webcomponents

Version:

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.

6 lines (5 loc) 318 B
/** * Indicates additional dependencies that should be loaded by the module of a component, even if they don't appear to be dependencies. * @param _additionalDependencies an alternate member name to use. */ export declare function blazorAdditionalDependencies(_additionalDependencies: string): (clazz: any) => any;