react-playground
    Preparing search index...

    Interface ClockContextProviderProps

    interface ClockContextProviderProps {
        children: ReactNode;
        refreshInterval?: number;
    }
    Index

    Properties

    children: ReactNode
    refreshInterval?: number