/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ export declare class NsConstants { /** * 영역간의 gap (단위: px) * ant design 에 맞춰서 각 간겨의 기본 간격은 16px 로 설정한다. */ static AREA_GAP: number; static AREA_PAD: number; static PAGE_BOTTOM_PAD: number; static TABLE_HEADER: number; static TABLE_FOOTER: number; static ELEMENT_GAP: number; }