export type LinkPureSize = 'sm' | 'md' | 'lg'; export type LinkPureAlignLabel = 'end' | 'start'; export type LinkTarget = '_self' | '_blank' | '_parent' | '_top'; /** Colour alias for text/icon. Foreground only. */ export type LinkPureColor = 'primary' | 'secondary' | 'accent' | 'danger' | 'inherit'; //# sourceMappingURL=types.d.ts.map