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
7 lines
234 B
JavaScript
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 {};
|