UNPKG

@makeen.io/material-ui-kit

Version:
15 lines (14 loc) 414 B
interface IQuestionInfo { config?: any; text?: string; type?: string; } export declare type QuestionCardPreviewProps = { onChange: Function; palette?: string; questionInfo?: IQuestionInfo; required?: boolean; showText?: boolean; }; declare const _default: ({ questionInfo, showText, required, onChange, palette, }: QuestionCardPreviewProps) => JSX.Element; export default _default;