UMD Web Elements Library
    Preparing search index...
    • Parameters

      • props: HeroExpandProps

      Returns {
          destroy?: () => void;
          element: HTMLElement;
          events: {
              setTopPosition: (__namedParameters: { value: string | null }) => void;
          };
          styles: string;
          update?: (props: Partial<BuilderOptions>) => void;
      }