@xyd-js/ui 0.0.0-build-ba549ac-20251203173500 → 0.0.0-build-83b15db-20251213220910

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -115,7 +115,7 @@ interface TocProps {
115
115
  className?: string;
116
116
  maxDepth?: number;
117
117
  }
118
- declare function Toc({ children, defaultValue, className, maxDepth }: TocProps): React.JSX.Element;
118
+ declare function Toc({ children, defaultValue, className, maxDepth, }: TocProps): React.JSX.Element;
119
119
  declare namespace Toc {
120
120
  var Item: ({ children, id, className, depth }: TocItemProps) => React.JSX.Element;
121
121
  }