UMD Web Elements Library
    Preparing search index...

    Variable inlineConst

    inline: (
        props: QuoteInlineProps,
    ) => {
        destroy?: () => void;
        element: HTMLElement;
        events: { loadAnimation: () => void };
        styles: string;
        update?: (props: Partial<BuilderOptions>) => void;
    } = CreateQuoteInlineElement

    Type Declaration

      • (
            props: QuoteInlineProps,
        ): {
            destroy?: () => void;
            element: HTMLElement;
            events: { loadAnimation: () => void };
            styles: string;
            update?: (props: Partial<BuilderOptions>) => void;
        }
      • Parameters

        • props: QuoteInlineProps

        Returns {
            destroy?: () => void;
            element: HTMLElement;
            events: { loadAnimation: () => void };
            styles: string;
            update?: (props: Partial<BuilderOptions>) => void;
        }