6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
import { Underline } from './underline.js'
|
|
|
|
export * from './underline.js'
|
|
|
|
export default Underline
|