@actinc/dls
Version:
Design Language System (DLS) for ACT & Encoura front-end projects.
19 lines • 700 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 DLS_COMPONENT_NAMES: {
readonly AREA_CHART: "DlsAreaChart";
readonly BAR_CHART: "DlsBarChart";
readonly HEAT_MAP: "DlsHeatMap";
readonly LINE_CHART: "DlsLineChart";
readonly MAP: "DlsMap";
readonly OVERLAPPED_BAR_CHART: "DlsOverlappedBarChart";
readonly PIE_CHART: "DlsPieChart";
readonly SCATTER_PLOT: "DlsScatterPlot";
readonly STACKED_BAR_CHART: "DlsStackedBarChart";
};
export default DLS_COMPONENT_NAMES;
//# sourceMappingURL=DLS_COMPONENT_NAMES.d.ts.map