UNPKG

@curvenote/cli

Version:
9 lines 364 B
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