Untitled
unknown
html
2 years ago
389 B
8
Indexable
<script lang="ts">
import { Dialog as DialogPrimitive } from "bits-ui"
type $$Props = DialogPrimitive.ContentProps
let className: $$Props["class"] = undefined
export { className as class }
</script>
<DialogPrimitive.Close
class="disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground"
{...$$restProps}
>
<slot />
</DialogPrimitive.Close>
Editor is loading...
Leave a Comment