@joblist/components - v0.3.4
    Preparing search index...
    default: {
        argTypes: {
            "client-reference-id": {
                control: string;
                defaultValue: string;
                description: string;
            };
            "customer-email": {
                control: string;
                defaultValue: string;
                description: string;
            };
            "pricing-table-id": {
                control: string;
                defaultValue: string;
                description: string;
                options: string[];
            };
            "publishable-key": {
                control: string;
                defaultValue: string;
                description: string;
                options: string[];
            };
        };
        component: string;
        parameters: {
            docs: { description: { component: string } };
            layout: string;
        };
        title: string;
    }

    Type declaration

    • argTypes: {
          "client-reference-id": {
              control: string;
              defaultValue: string;
              description: string;
          };
          "customer-email": {
              control: string;
              defaultValue: string;
              description: string;
          };
          "pricing-table-id": {
              control: string;
              defaultValue: string;
              description: string;
              options: string[];
          };
          "publishable-key": {
              control: string;
              defaultValue: string;
              description: string;
              options: string[];
          };
      }
    • component: string
    • parameters: { docs: { description: { component: string } }; layout: string }
    • title: string