6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
export * from './text-wrapping';
|
|
export * from './wrap-none';
|
|
export * from './wrap-square';
|
|
export * from './wrap-tight';
|
|
export * from './wrap-top-and-bottom';
|