mirror of
https://github.com/kennethnym/freya
synced 2026-06-24 02:14:58 +01:00
feat(core): add RenderedFeedItem type with JRX UI support (#63)
Add RenderedFeedItem that extends FeedItem with a ui: JrxNode field for client-side rendering. Add @nym.sh/jrx and @json-render/core as peer dependencies on @aelis/core. Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -7,7 +7,7 @@ export type { ActionDefinition } from "./action"
|
||||
export { UnknownActionError } from "./action"
|
||||
|
||||
// Feed
|
||||
export type { FeedItem, FeedItemSignals, Slot } from "./feed"
|
||||
export type { FeedItem, FeedItemSignals, RenderedFeedItem, Slot } from "./feed"
|
||||
export { TimeRelevance } from "./feed"
|
||||
|
||||
// Feed Source
|
||||
|
||||
Reference in New Issue
Block a user