All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.symphony.FinancialReportFormConstructors.kt Maven / Gradle / Ivy

The newest version!
package symphony

import symphony.internal.BalanceSheetFormImpl
import symphony.internal.CashFlowStatementFormImpl
import symphony.internal.IncomeStatementFormImpl
import kotlin.js.JsName

@JsName("balanceSheetForm")
fun BalanceSheetForm(): BalanceSheetForm = BalanceSheetFormImpl()

@JsName("cashFlowStatementForm")
fun CashFlowStatementForm(): CashFlowStatementForm = CashFlowStatementFormImpl()

@JsName("incomeStatementForm")
fun IncomeStatementForm(): IncomeStatementForm = IncomeStatementFormImpl()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy