UNPKG

@fremtind/jkl-feedback-react

Version:
10 lines (9 loc) 343 B
import { WithChildren } from "@fremtind/jkl-core"; import React from "react"; import { FeedbackState } from "../types"; export declare const useMainQuestionContext: () => FeedbackState | undefined; interface Props extends WithChildren { state: FeedbackState; } export declare const MainQuestionContextProvider: React.FC<Props>; export {};