cs
This commit is contained in:
11
node_modules/@ant-design/icons-svg/es/helpers.d.ts
generated
vendored
Normal file
11
node_modules/@ant-design/icons-svg/es/helpers.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition } from './types';
|
||||
export interface HelperRenderOptions {
|
||||
placeholders?: {
|
||||
primaryColor: string;
|
||||
secondaryColor: string;
|
||||
};
|
||||
extraSVGAttrs?: {
|
||||
[key: string]: string;
|
||||
};
|
||||
}
|
||||
export declare function renderIconDefinitionToSVGElement(icond: IconDefinition, options?: HelperRenderOptions): string;
|
||||
Reference in New Issue
Block a user