UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

11 lines (10 loc) 246 B
import type { ReactElement } from "react"; interface ObjectKey { name: string; value: string; } interface ObjectKeysProps { keys: ObjectKey[]; } export declare const ObjectKeys: ({ keys }: ObjectKeysProps) => ReactElement; export {};