# 渐变文字 Gradient Text 这个东西看起来没啥用,实际上确实没啥用。 ## 演示 ```demo basic size custom ``` ## Props | 名称 | 类型 | 默认值 | 说明 | | --- | --- | --- | --- | | gradient | `string \| { from: string, to: string, deg: number \| string }` | `undefined` | | | size | `number \| string` | `undefined` | | | themed-style | `{ [themeName: string]: Object }` | `undefined` | | | theme | `'light' \| 'dark' \| string` | `undefined` | | | type | `'primary' \| 'info' \| 'success' \| 'warning' \| 'error'` | `'primary'` | | ## Slots | 名称 | 参数 | 说明 | | ------- | ---- | ---- | | default | `()` | |