Documentation
    Preparing search index...
    • Returns (
          | {
              attributes?: undefined;
              class?: undefined;
              help?: undefined;
              label: string;
              name: string;
              sublabel: string;
              type: string;
          }
          | {
              attributes: { placeholder: string };
              class?: undefined;
              help: { topic: string };
              label: string;
              name: string;
              sublabel: string;
              type: string;
          }
          | {
              attributes?: undefined;
              class: string;
              help?: undefined;
              label: string;
              name: string;
              sublabel: string;
              type: string;
          }
          | {
              attributes?: undefined;
              class?: undefined;
              help?: undefined;
              label: string;
              name: string;
              sublabel?: undefined;
              type: string;
          }
      )[]