import { computed, NAME, pattern, UI } from "commonfabric"; export * from "../cfc/trusted-surfaces/mod.ts"; export default pattern>(() => ({ [NAME]: computed(() => "CFC Trusted Surfaces"), [UI]: ( Reusable trusted sub-UIs Import the named exports from `packages/patterns/cfc` to embed reviewed trusted surfaces inside broader host patterns. ), }));