@joblist/components - v0.3.4
    Preparing search index...
    default: {
        argTypes: {
            href: { control: string; defaultValue: string; description: string };
            "menu-title": {
                control: string;
                defaultValue: string;
                description: string;
            };
            open: { control: string; defaultValue: boolean; description: string };
            pin: { control: string; defaultValue: boolean; description: string };
            "show-default": {
                control: string;
                defaultValue: boolean;
                description: string;
            };
            "show-favicon": {
                control: string;
                defaultValue: boolean;
                description: string;
            };
            slotContent: {
                control: string;
                defaultValue: string;
                description: string;
            };
        };
        component: string;
        parameters: {
            docs: { description: { component: string } };
            layout: string;
        };
        title: string;
    }

    Type declaration

    • argTypes: {
          href: { control: string; defaultValue: string; description: string };
          "menu-title": {
              control: string;
              defaultValue: string;
              description: string;
          };
          open: { control: string; defaultValue: boolean; description: string };
          pin: { control: string; defaultValue: boolean; description: string };
          "show-default": {
              control: string;
              defaultValue: boolean;
              description: string;
          };
          "show-favicon": {
              control: string;
              defaultValue: boolean;
              description: string;
          };
          slotContent: { control: string; defaultValue: string; description: string };
      }
    • component: string
    • parameters: { docs: { description: { component: string } }; layout: string }
    • title: string