UNPKG

@railzai/railz-visualizations

Version:
21 lines (18 loc) 1.23 kB
/*! * Accounting Data as a Service™ is the solution that makes sense of your business customers' financial data. * Built with Stencil * Copyright (c) FIS. */ export { setAssetPath, setPlatformOptions } from '@stencil/core/internal/client'; export { F as FinancialRatio, j as RVAccountingMethod, b as RVAccountingProviders, d as RVAllProviders, a as RVBankingProviders, c as RVCommerceProviders, f as RVCreditScoreTypes, i as RVParams, h as RVReportFrequency, e as RVReportTypes, g as RVReportTypesUrlMapping, R as RVSandboxProviders } from './financial-ratios.js'; export { e as RAILZ_BALANCE_SHEET_COLORS, g as RAILZ_CASHFLOW_COLORS, c as RAILZ_CHART_LABEL_COLOR, b as RAILZ_CHART_LEGEND_COLOR, f as RAILZ_INCOME_STATEMENT_COLORS, i as RAILZ_PIE_COLORS, R as RAILZ_PRIMARY_COLOR, h as RAILZ_STATEMENTS_COLORS, a as RAILZ_TEXT_COLOR, d as RAILZ_TOOLTIP_COLOR } from './colors.js'; export { R as RAILZ_API_HOST } from './endpoints.js'; export { A as ALL_FONTS } from './fonts.js'; class BusinessValuesFormattedData { } class TaxBenchmarkingSubItems { } class TaxBenchmarkingFormattedData { } export { BusinessValuesFormattedData, TaxBenchmarkingFormattedData, TaxBenchmarkingSubItems }; //# sourceMappingURL=index.js.map