Function toStringProps

  • Returns properties with values that can be rendered nicely as strings. All objects and functions are excluded. All keys are made lowercase.

    Returns

    The properties as strings.

    Parameters

    • props: Record<string, unknown>

      The properties to convert.

    Returns Record<string, string>

Generated using TypeDoc