UNPKG

@actinc/dls

Version:

Design Language System (DLS) for ACT & Encoura front-end projects.

25 lines 692 B
/** * Copyright (c) ACT, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export declare const E4ECustomDimensions: { heights: { dialogContainer: number; dialogMargin: number; header: number; tableHeader: number; tablePagination: number; }; widths: { datePickerPopper: number; largeDialog: number; leftNavBar: number; listItemIcon: number; mediumDialog: number; pageMainContent: number; }; }; export default E4ECustomDimensions; //# sourceMappingURL=E4ECustomDimensions.d.ts.map