@skhemata/skhemata-form
Version:
Skhemata Form Web Component. This web component can be used as base web component when working with forms and inputs.
17 lines (16 loc) • 570 B
TypeScript
import { CSSResult } from '@skhemata/skhemata-base';
import { SkhemataEditorQuill } from '@skhemata/skhemata-editor-quill';
import { SkhemataFormInput } from './SkhemataFormInput';
export declare class SkhemataFormQuill extends SkhemataFormInput {
campaignId: any;
static get styles(): CSSResult[];
static get scopedElements(): {
'sk-quill': typeof SkhemataEditorQuill;
};
dropzone: any;
editor: any;
helpMessage: string;
firstUpdated(): Promise<void>;
initQuill(): void;
render(): import("lit-html").TemplateResult<1>;
}