@joblist/components - v0.3.4
    Preparing search index...
    default: {
        argTypes: {
            "api-url": {
                control: string;
                defaultValue: string;
                description: string;
            };
            "company-id": {
                control: string;
                defaultValue: string;
                description: string;
                options: string[];
            };
            "database-url": {
                control: string;
                defaultValue: string;
                description: string;
                options: string[];
            };
            days: {
                control: { max: number; min: number; step: number; type: string };
                defaultValue: number;
                description: string;
            };
        };
        component: string;
        parameters: { layout: string };
        title: string;
    }

    Type declaration

    • argTypes: {
          "api-url": {
              control: string;
              defaultValue: string;
              description: string;
          };
          "company-id": {
              control: string;
              defaultValue: string;
              description: string;
              options: string[];
          };
          "database-url": {
              control: string;
              defaultValue: string;
              description: string;
              options: string[];
          };
          days: {
              control: { max: number; min: number; step: number; type: string };
              defaultValue: number;
              description: string;
          };
      }
    • component: string
    • parameters: { layout: string }
    • title: string