@curvenote/cli
Version:
CLI Client library for Curvenote
9 lines • 364 B
TypeScript
import type { RootState } from '../reducers.js';
export declare function selectOxaLinkInformation(state: RootState, oxa: string): {
title: string | null | undefined;
description: string | null | undefined;
url: string;
thumbnail: string | undefined;
thumbnailOptimized: string | undefined;
} | undefined;
//# sourceMappingURL=selectors.d.ts.map