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