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
@@ -33,6 +33,8 @@ export interface UseButtonReturnValue {
|
||||
* props: [elementProps, getButtonProps],
|
||||
* });
|
||||
* ```
|
||||
*
|
||||
* @param params - Button configuration with activation handler and disabled check.
|
||||
*/
|
||||
export function useButton(params: UseButtonParameters): UseButtonReturnValue {
|
||||
const { displayName, onActivate, isDisabled } = params;
|
||||
|
||||
Reference in New Issue
Block a user