import { Value } from "../../slate/editor/TEditor"; import { SlateProps } from "../../slate/types/SlateProps"; import { TazeEditor } from "../../types"; /** * Get Slate props stored in a global store. */ export declare const useSlateProps: ({ editor, value, setValue }: { editor: TazeEditor; value: Value; setValue: (value: Value) => void; }) => Omit; //# sourceMappingURL=useSlateProps.d.ts.map