We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa0583 commit 592d0a3Copy full SHA for 592d0a3
1 file changed
src/UniqueProvider/index.tsx
@@ -41,6 +41,8 @@ const UniqueProvider = ({ children }: UniqueProviderProps) => {
41
<Popup ...
42
43
如果渲染需要的 props 不够,可以给 UniqueContextProps 里修改定义以实现需求。
44
+
45
+ 用法 demo 在 docs/examples/two-buttons.tsx 中。
46
*/
47
48
// =========================== Render ===========================
0 commit comments