UNPKG

@atlassian/webresource-webpack-plugin

Version:

Auto-generates web-resource definitions from your webpacked code, for usage in an Atlassian product or plugin.

7 lines (6 loc) 295 B
type AttributesObject = { [key: string]: unknown; }; export declare const stringifyAttributes: (attributes: AttributesObject) => string; export declare const renderElement: (name: string, attributes: AttributesObject | string | undefined, children?: string | string[]) => string; export {};