export type Rating_StyleProps = { /** ## Rating * * The `z-rating` attribute setted to `default` will insert z-rading component * * * --- * ### Attributes: * * - `rating-score`: _( string )_ setted to the `label` tag will display the rating score. * * --- * ### Examples: * ```html * * ``` * ![example_1](./atoms/Rating/Rating.png) * * --- * ### References: * - #### [![](./SB.png) Documentation](./atoms/rating) */ 'z-rating'?: true | ''; /** ... */ 'rating-score'?: string; };