featured: (
props: QuoteFeaturedProps,
) => {
destroy?: () => void;
element: HTMLElement;
events: { loadAnimation: () => void };
styles: string;
update?: (props: Partial<BuilderOptions>) => void;
} = CreateQuoteFeaturedElement
Type Declaration
- (
props: QuoteFeaturedProps,
): {
destroy?: () => void;
element: HTMLElement;
events: { loadAnimation: () => void };
styles: string;
update?: (props: Partial<BuilderOptions>) => void;
} Parameters
- props: QuoteFeaturedProps
Returns {
destroy?: () => void;
element: HTMLElement;
events: { loadAnimation: () => void };
styles: string;
update?: (props: Partial<BuilderOptions>) => void;
}