UNPKG

@fremtind/jkl-feedback-react

Version:
8 lines (7 loc) 155 B
import React from "react"; interface Props { label?: string; helpLabel?: string; } export declare const AddonQuestion: React.FC<Props>; export {};