Release v23.044 (from fd133747)
This commit is contained in:
5
charting_library.d.ts
vendored
Normal file
5
charting_library.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export * from './charting_library/charting_library';
|
||||
declare module 'charting_library/datafeeds/udf/dist/bundle' {
|
||||
const UDFCompatibleDatafeed: typeof import('./datafeeds/udf/src/udf-compatible-datafeed').UDFCompatibleDatafeed;
|
||||
export { UDFCompatibleDatafeed };
|
||||
}
|
||||
Reference in New Issue
Block a user