import { FigmaConnectMeta } from '../connect/api'; import { HtmlTemplateString } from './template_literal'; export type HtmlMeta
= Required & {
/**
* A list of import statements that will render in the Code Snippet in Figma.
*/
imports?: string[];
};
//# sourceMappingURL=types.d.ts.map