@ovine/craft
Version:
Ovine json editor.
18 lines (17 loc) • 631 B
TypeScript
export const referenceStore: {} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
schema: {
type: string;
html: string;
};
} & {
setSchema: (schema: any, isClone?: boolean) => void;
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{}, {
schema: {
type: string;
html: string;
};
} & {
setSchema: (schema: any, isClone?: boolean) => void;
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
export const ReferenceProvider: import("react").Provider<any>;
export function useReferenceStore(): any;