mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-12-17 04:51:05 +07:00
4 lines
135 B
TypeScript
4 lines
135 B
TypeScript
|
|
import { createDisclosure } from "@/lib/disclosure";
|
||
|
|
|
||
|
|
export const shareDialog = createDisclosure<{ key: string; prefix: string }>();
|