UNPKG

@atlassian/webresource-vite-plugin

Version:

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

4 lines (3 loc) 283 B
import type { AttributesObject } from '../types/types'; export declare const stringifyAttributes: (attributes: AttributesObject) => string; export declare const renderElement: (name: string, attributes: AttributesObject | string | undefined, children?: string | string[]) => string;