6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import { Styles } from '../types/style';
|
|
|
|
declare function wordWrap(wrap?: string): Styles;
|
|
|
|
export default wordWrap;
|