mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(site): add util reference pipeline (#537)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
c11395ece1
commit
78112fbefd
@@ -93,6 +93,7 @@ function mergeOne<T extends ElementType>(
|
||||
* - style: merged objects (external wins conflicts)
|
||||
* - other: last one wins
|
||||
*
|
||||
* @public
|
||||
* @example
|
||||
* ```ts
|
||||
* const merged = mergeProps(
|
||||
|
||||
@@ -54,6 +54,7 @@ function getElementRef(element: ReactElement): Ref<unknown> | undefined {
|
||||
* - Ref composition
|
||||
* - className/style as functions of state
|
||||
*
|
||||
* @public
|
||||
* @example
|
||||
* ```tsx
|
||||
* return renderElement('button', componentProps, {
|
||||
|
||||
Reference in New Issue
Block a user