@actinc/dls
Version:
Design Language System (DLS) for ACT & Encoura front-end projects.
17 lines • 398 B
TypeScript
/**
* 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 LARGE_DATA: {
label: string;
x: number;
y: number;
}[];
export declare const defaultData: {
label: string;
x: number;
y: number;
}[];
//# sourceMappingURL=mocks.d.ts.map