UNPKG

@fremtind/jkl-feedback-react

Version:
7 lines (6 loc) 293 B
import { ComponentProps } from "react"; import { Feedback } from "./"; type FeedbackProps = ComponentProps<typeof Feedback>; type PresetProperties = Pick<FeedbackProps, "label" | "type" | "options" | "addOnQuestion">; export declare const PRESETS: Record<string, PresetProperties>; export {};