@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
15 lines (14 loc) • 414 B
TypeScript
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;