Tanatloc documentation
    Preparing search index...

    Props

    interface IProps {
        author: { name: string; url: string };
        children: any;
        date: string;
        image: string;
        keywords: string[];
        references?: IReference[];
        title: string;
        version: string;
    }
    Index

    Properties

    author: { name: string; url: string }
    children: any
    date: string
    image: string
    keywords: string[]
    references?: IReference[]
    title: string
    version: string