UNPKG

@actinc/dls

Version:

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

45 lines 1.11 kB
/** * 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 defaultData: { '2019': number; '2019a': number; '2019b': number; '2020': number; '2020a': number; '2020b': number; '2021': number; '2021a': number; '2021b': number; name: string; }[]; export declare const longLabelData: { '2019': number; '2019a': number; '2019b': number; '2020': number; '2020a': number; '2020b': number; '2021': number; '2021a': number; '2021b': number; name: string; }[]; export declare const longSubLabelData: { '2019 with long sublabel': number; '2019a': number; '2019b': number; '2020 with long sublabel': number; '2020a': number; '2020b': number; '2021 with long sublabel': number; '2021a': number; '2021b': number; name: string; }[]; export declare const defaultBarKeys: string[][]; export declare const longBarKeys: string[][]; //# sourceMappingURL=mocks.d.ts.map