import { ZSafeSpace_Props } from '@zurich/dev-utils/code/SafeSpace'; export type SafeSpace_StyleProps = { /** ## Safe space * * The parameter `z-safe-space` has two components following the pattern: * * `` * * --- * ### Attributes: * * - `size`: _( SafeSpace_Size )_ defines the size of the safe space. Possible values are: `20`, `25`, `30` * `35`, `40`, `45`, `50` (rem). * - `zLetterSize`: _( SafeSpace_ZSize )_ defines the size of the letter inside the safe space. Possible values are: * `2`, `3`, `4`, `5`. * * --- * ### Examples: * ```html *
* ``` * ![example_1](./atoms/SafeSpace/SafeSpace.png) * * --- * ### References: * - #### [![](./SB.png) Documentation](./atoms/safespace) */ 'z-safe-space'?: ZSafeSpace_Props['config'] | ''; };