TimelineKit API
    Preparing search index...

    Type Alias EntryRenderFn

    EntryRenderFn: (args: EntryRenderArgs) => boolean | void

    Custom entry rendering function. Called after default content is rendered. Return true if you handled the rendering (default content will be cleared first), or false/undefined to keep the default rendering.

    Type Declaration