• Parameters

    • Optional options: VariantSelection<{
          size: {
              16: {
                  fontSize: string;
                  lineHeight: string;
              };
              18: {
                  fontSize: string;
                  lineHeight: string;
              };
          };
          type: {
              regular: {
                  fontStyle: "normal";
                  fontWeight: number;
              };
              semiBold: {
                  fontStyle: "normal";
                  fontWeight: number;
              };
          };
      }>

    Returns string

Generated using TypeDoc