UNPKG

survey-core

Version:

survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.

10 lines (9 loc) 280 B
import { Base } from "./base"; export declare class PanelLayoutColumnModel extends Base { width: number; effectiveWidth: number; questionTitleWidth: string; constructor(width?: number, questionTitleWidth?: string); getType(): string; isEmpty(): boolean; }