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