Trails Packages
    Preparing search index...
    • Merges multiple props objects from left to right.

      This function works like Chakra's mergeProps, but has additional support for Chakra's css property. If multiple css objects are defined, their values are combined into an array. This way, multiple css rules may match and will not override each other.

      Type Parameters

      • T extends {}

      Parameters

      • ...args: T[]

      Returns Omit<UnionToIntersection<T>, "css"> & {
          css?: SystemStyleObject | SystemStyleObject[];
      }