@cavell/kit API
    Preparing search index...

    Variable inputVariantsConst

    inputVariants: (
        props?: {
            size?: "default" | "sm" | null;
            state?: "invalid" | "valid" | "readOnly" | null;
        } & ClassProp,
    ) => string

    DS form-control input primitive. size shadows the native character-width attribute — hence the Omit below. text-md is deliberate: text-body is the colour token, not the 14px body size.

    Type Declaration

      • (
            props?: {
                size?: "default" | "sm" | null;
                state?: "invalid" | "valid" | "readOnly" | null;
            } & ClassProp,
        ): string
      • Parameters

        • Optionalprops: {
              size?: "default" | "sm" | null;
              state?: "invalid" | "valid" | "readOnly" | null;
          } & ClassProp

        Returns string