@joblist/components - v0.3.4
    Preparing search index...
    default: {
        argTypes: {
            icon: {
                control: { type: string };
                defaultValue: string;
                description: string;
                options: string[];
            };
            size: {
                control: { max: number; min: number; step: number; type: string };
                defaultValue: number;
                description: string;
            };
            title: { control: string; defaultValue: string; description: string };
        };
        component: string;
        parameters: { layout: string };
        title: string;
    }

    Type declaration

    • argTypes: {
          icon: {
              control: { type: string };
              defaultValue: string;
              description: string;
              options: string[];
          };
          size: {
              control: { max: number; min: number; step: number; type: string };
              defaultValue: number;
              description: string;
          };
          title: { control: string; defaultValue: string; description: string };
      }
    • component: string
    • parameters: { layout: string }
    • title: string