@joblist/components - v0.3.4
    Preparing search index...
    default: {
        argTypes: {
            jobs: { control: string; description: string };
            latitude: {
                control: { max: number; min: number; step: number; type: string };
                defaultValue: number;
                description: string;
            };
            longitude: {
                control: { max: number; min: number; step: number; type: string };
                defaultValue: number;
                description: string;
            };
            markers: { control: string; description: string };
            origin: { control: string; defaultValue: string; description: string };
            zoom: {
                control: { max: number; min: number; step: number; type: string };
                defaultValue: number;
                description: string;
            };
        };
        component: string;
        parameters: {
            docs: { description: { component: string } };
            layout: string;
        };
        title: string;
    }

    Type declaration

    • argTypes: {
          jobs: { control: string; description: string };
          latitude: {
              control: { max: number; min: number; step: number; type: string };
              defaultValue: number;
              description: string;
          };
          longitude: {
              control: { max: number; min: number; step: number; type: string };
              defaultValue: number;
              description: string;
          };
          markers: { control: string; description: string };
          origin: { control: string; defaultValue: string; description: string };
          zoom: {
              control: { max: number; min: number; step: number; type: string };
              defaultValue: number;
              description: string;
          };
      }
    • component: string
    • parameters: { docs: { description: { component: string } }; layout: string }
    • title: string