feat(core): add FeedItemRenderer type (#69)

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-14 00:06:24 +00:00
committed by GitHub
parent b4ad910a14
commit 45fa539d3e
2 changed files with 7 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ export type { ActionDefinition } from "./action"
export { UnknownActionError } from "./action"
// Feed
export type { FeedItem, FeedItemSignals, RenderedFeedItem, Slot } from "./feed"
export type { FeedItem, FeedItemRenderer, FeedItemSignals, RenderedFeedItem, Slot } from "./feed"
export { TimeRelevance } from "./feed"
// Feed Source