UNPKG

drizzle-cube

Version:

Drizzle ORM-first semantic layer with Cube.js compatibility. Type-safe analytics and dashboards with SQL injection protection.

5 lines (4 loc) 270 B
import { FieldDetailPanelProps } from './types'; declare function FieldDetailPanel({ field }: FieldDetailPanelProps): import("react/jsx-runtime").JSX.Element; declare const _default: import('react').MemoExoticComponent<typeof FieldDetailPanel>; export default _default;