ixfx
    Preparing search index...

    Function el

    • Parameters

      Returns {
          cssClass: (value: boolean, cssClass: string) => void;
          cssDisplay: (value: string) => void;
          cssToggle: (cssClass: string) => void;
          el: () => HTMLElement;
          els: () => HTMLElement[];
          html: (value: any) => string;
          text: (value: any) => string;
      }