UNPKG

@metamask/snaps-sdk

Version:

A library containing the core functionality for building MetaMask Snaps

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