reykit 1.0.265 → 1.0.266

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.
@@ -1,9 +1,5 @@
1
- /**
2
- * @Time : 2026-03-27
3
- * @Author : Rey
4
- * @Contact : reyxbo@163.com
5
- * @Explain : Breadcrumb components.
6
- */
1
+ import { ComponentProps } from 'react';
2
+ import * as ui from './ui';
7
3
  export { type BreadcrumbDict, Breadcrumb };
8
4
  type BreadcrumbDict = Record<string, {
9
5
  label: string;
@@ -14,6 +10,6 @@ type BreadcrumbDict = Record<string, {
14
10
  *
15
11
  * @param props.dict - Breadcrumb data dictionary.
16
12
  */
17
- declare function Breadcrumb({ dict }: {
13
+ declare function Breadcrumb({ dict, ...props }: {
18
14
  dict: BreadcrumbDict;
19
- }): import("react/jsx-runtime").JSX.Element;
15
+ } & ComponentProps<typeof ui.Breadcrumb>): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.265",
3
+ "version": "1.0.266",
4
4
  "description": "General-purpose JavaScript utility method package.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [