UMD Web Elements Library
    Preparing search index...

    Variable standardConst

    standard: (
        props: TypeTabsProps,
    ) => {
        element: HTMLDivElement;
        events: { load: () => void; resize: () => void };
        styles: string;
    } = CreateTabsStandardElement

    Type Declaration

      • (
            props: TypeTabsProps,
        ): {
            element: HTMLDivElement;
            events: { load: () => void; resize: () => void };
            styles: string;
        }
      • Parameters

        • props: TypeTabsProps

        Returns {
            element: HTMLDivElement;
            events: { load: () => void; resize: () => void };
            styles: string;
        }