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

      • props: CardStackProps

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