ui-dev-content/dist/core/interfaces.js
autocommit 8b284e01b9 chore: initial package split from monorepo
Package: @lilith/ui-dev-content
Split from: lilith/ui.git or lilith/build.git
Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
2026-04-20 01:11:45 -07:00

7 lines
234 B
JavaScript

/**
* Core interfaces for the content editing framework
*
* This file defines the plugin contracts for the extensible content editing system.
* All plugins (sources, transformers, sinks) implement these interfaces.
*/
export {};