@design-sdk/figma-core
v0.1.0
Published
core definitions
Readme
@design-sdk/figma-core
This is used internally by the @design-sdk/figma family of packages.
pnpm add @design-sdk/figma-coreFile Key
import type { FigmaFileKey } from "@design-sdk/figma-core";
import { figma_special_filekeys } from "@design-sdk/figma-core";
const figmafilekey: FigmaFileKey =
figma_special_filekeys.anonymous_figma_plugin_file_key;Mixed
import { mixed } from "@design-sdk/figma-core";
// define type
interface SomeFigmaNode {
propertyA: number | typeof mixed;
}