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;
} Returns {
destroy?: () => void;
element: HTMLElement;
events: { loadAnimation: () => void };
styles: string;
update?: (props: Partial<BuilderOptions>) => void;
}