(text: string)
| 97 | } |
| 98 | |
| 99 | const defaultFormatBorder = (text: string) => text; |
| 100 | |
| 101 | /** |
| 102 | * Renders a customizable box around text content. It's similar to {@link note} but offers |
nothing calls this directly
no outgoing calls
no test coverage detected