UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

3 lines 150 B
import { INVALID_ID } from '../../../utilities/private/constants.js'; export type Id = typeof INVALID_ID | string; //# sourceMappingURL=types.d.ts.map