export type LinkVariant = 'primary' | 'secondary' | 'ghost' | 'danger'; export type LinkTarget = '_self' | '_blank' | '_parent' | '_top'; export type LinkSize = 'xs' | 'sm' | 'md' | 'lg'; //# sourceMappingURL=types.d.ts.map