Function buttonLinkContainerStyle

  • Parameters

    • Optional options: VariantSelection<{
          position: {
              center: {
                  justifyContent: "center";
                  width: "100%";
              };
              inline: {
                  display: "inline-flex";
              };
              left: {
                  justifyContent: "left";
                  width: "100%";
              };
              right: {
                  justifyContent: "right";
                  width: "100%";
              };
          };
      }>

    Returns string

Generated using TypeDoc