UNPKG

matcha-keystone-utils

Version:

Useful features for Keystone 6: validators, fields, componentBlocks...

6 lines (5 loc) 302 B
import React from "react"; import { CellComponent, FieldProps } from "@keystone-6/core/types"; import { controller } from "@keystone-6/core/fields/types/json/views"; export declare const Cell: CellComponent; export declare const Field: ({ value, }: FieldProps<typeof controller>) => React.JSX.Element;