import { Hint } from '@nejcm/docz-theme-extended';
| Prop name | Type | Default | Required | Description |
|---|---|---|---|---|
| icon | bool | true | false | Display icon |
| type | 'default' │ 'info' │ 'warning' │ 'success' │ 'danger' | 'default' | false | Hint type |
| variant | 'inner' │ 'outer' | — | false | Hint variant |
| children | node | — | false | Hint content |