UNPKG

@types/center-align

Version:
5 lines (3 loc) 164 B
declare function center_align(val: string, width?: number): string; declare function center_align(val: string[], width?: number): string[]; export = center_align;