@joblist/components - v0.3.4
    Preparing search index...
    default: {
        argTypes: {
            job: { control: string; description: string };
            "show-company": {
                control: string;
                defaultValue: boolean;
                description: string;
            };
            "show-date": {
                control: string;
                defaultValue: boolean;
                description: string;
            };
            "show-location": {
                control: string;
                defaultValue: boolean;
                description: string;
            };
        };
        component: string;
        parameters: {
            docs: { description: { component: string } };
            layout: string;
        };
        title: string;
    }

    Type declaration

    • argTypes: {
          job: { control: string; description: string };
          "show-company": {
              control: string;
              defaultValue: boolean;
              description: string;
          };
          "show-date": {
              control: string;
              defaultValue: boolean;
              description: string;
          };
          "show-location": {
              control: string;
              defaultValue: boolean;
              description: string;
          };
      }
    • component: string
    • parameters: { docs: { description: { component: string } }; layout: string }
    • title: string