mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
11 lines
284 B
TypeScript
11 lines
284 B
TypeScript
import { Chain, chainsType } from './../types';
|
|
/**
|
|
* @hidden
|
|
*/
|
|
export declare function _getInitializedChains(customChains?: Chain[]): any;
|
|
/**
|
|
* @deprecated this constant will be internalized (removed)
|
|
* on next major version update
|
|
*/
|
|
export declare const chains: chainsType;
|