tinacms
Version:
> The Fastest Way to Edit Next.js Content
10 lines (9 loc) • 531 B
TypeScript
/// <reference types="react" />
export declare const ReferenceField: (props: import("./wrap-field-with-meta").InputFieldType<import("../components/reference").ReferenceProps, {}>) => JSX.Element;
export declare const ReferenceFieldPlugin: {
name: string;
type: string;
Component: (props: import("./wrap-field-with-meta").InputFieldType<import("../components/reference").ReferenceProps, {}>) => JSX.Element;
parse: (value?: string) => string;
validate(value: any, values: any, meta: any, field: any): string;
};