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