UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

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