UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

5 lines (4 loc) 221 B
/// <reference types="react" /> import type { DataViewState } from './state'; export declare const DataViewContext: import("react").Context<DataViewState>; export declare function useDataViewContext(): DataViewState;