Idea React
    Preparing search index...

    Interface TimeDistanceProps

    interface TimeDistanceProps {
        afterWord?: string;
        beforeWord?: string;
        date: TimeData;
        unitWords?: Record<string, string>;
    }

    Hierarchy

    Index

    Properties

    afterWord?: string
    beforeWord?: string
    date: TimeData
    unitWords?: Record<string, string>