@vicinae/api
    Preparing search index...

    Type Alias Props

    type Props = {
        isLoading?: boolean;
        markdown?: string;
        metadata?: React.ReactNode;
    }
    Index

    Properties

    isLoading?: boolean

    Whether to show a loading indicator under the search bar.

    markdown?: string

    Markdown content to render in the main view.

    Detail

    metadata?: React.ReactNode

    Additional metadata.

    Metadata