Skip to content

Badge Variant Types Not Exported #10

@JakeLin

Description

@JakeLin
// Current: String literal
<Badge variant="default">House</Badge> // No autocomplete

// Should export:
import type { BadgeVariant } from '@ainativekit/ui';
const variant: BadgeVariant = 'default'; // ✅ Type-safe

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions