6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
import { BulletList } from './bullet-list'
|
|
|
|
export * from './bullet-list'
|
|
|
|
export default BulletList
|