export type Link_StyleProps = { /** ## Link * * The `z-link` attribute setted to default for an `` tag implements z-link styling. * * --- * ### Examples: * - `default`: * ```html * Link normal * ``` * ![example_1](./atoms/Link/Link.png) * * --- * ### References: * - #### [![](./SB.png) Documentation](./atoms/link) */ 'z-link'?: true | ''; };