# Component/Tooltip/Disabled

## Props


| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `className` | `string | undefined` | No |  |  |
| `disabled` | `boolean` | Yes |  | disabled 상태일 때만 Tooltip이 동작하고 children 요소는 disabled 상태로 변경됩니다. |
| `placement` | `undefined "bottom" "left" "right" "top"` | No | bottom |  |
| `content` | `ReactNode` | Yes |  |  |
| `openerTriggerEvent` | `undefined "none" "click" "hover"` | No | hover |  |
