This commit is contained in:
yyh 2025-12-26 17:20:27 +08:00
parent f47c9be102
commit c01b96fa35
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ const parseAsBundleInfo = createParser<BundleInfoQuery>({
/**
* Hook to manage plugin installation state via URL
* @returns [installState, setInstallState] - Installation state and setter
* @returns [installState, setInstallState] - installState includes parsed packageId and bundleInfo
*
* @example
* const [installState, setInstallState] = usePluginInstallation()