9 lines
277 B
TypeScript
9 lines
277 B
TypeScript
export type { UIEnvelope, UIEnvelopePayload, UIRegistry, UISurface } from "./types";
|
|
export { toTrustedMapAction, type TrustedMapAction } from "./map-actions";
|
|
export {
|
|
isUiEnvelopeAllowed,
|
|
parseUiEnvelope,
|
|
parseUiEnvelopePayload,
|
|
parseUiRegistry
|
|
} from "./validator";
|