This commit is contained in:
Fractal-Tess
2024-01-24 04:32:08 +02:00
parent 559d5e54a5
commit ebec1ab8ea
215 changed files with 1871 additions and 1714 deletions

View File

@@ -1,12 +1,13 @@
<script lang="ts">
import { Command as CommandPrimitive } from 'cmdk-sv';
import { cn } from '$lib/utils';
import { Command as CommandPrimitive } from 'cmdk-sv'
import { cn } from '$lib/utils'
type $$Props = CommandPrimitive.SeparatorProps;
let className: string | undefined | null = undefined;
export { className as class };
type $$Props = CommandPrimitive.SeparatorProps
let className: string | undefined | null = undefined
export { className as class }
</script>
<CommandPrimitive.Separator
class={cn('-mx-1 h-px bg-border', className)}
{...$$restProps} />
{...$$restProps}
/>