UNPKG

@metamask/snaps-sdk

Version:

A library containing the core functionality for building MetaMask Snaps

6 lines 261 B
import type { BoldElement } from "./Bold.mjs"; import type { ItalicElement } from "./Italic.mjs"; export * from "./Bold.mjs"; export * from "./Italic.mjs"; export type StandardFormattingElement = BoldElement | ItalicElement; //# sourceMappingURL=index.d.mts.map