strikethrough
Formats the content into strike-through text
export declare function strikethrough<C extends string>(content: C): `~~${C}~~`;export declare function strikethrough<C extends string>(content: C): `~~${C}~~`;| Name | Type | Optional | Description |
|---|---|---|---|
| content | C | No | The content to wrap |