You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
825 B
27 lines
825 B
declare namespace _default { |
|
const id: string; |
|
function start(chart: any, _args: any, options: any): void; |
|
function stop(chart: any): void; |
|
function beforeUpdate(chart: any, _args: any, options: any): void; |
|
namespace defaults { |
|
export const align: string; |
|
export const display: boolean; |
|
export namespace font { |
|
const weight: string; |
|
} |
|
export const fullSize: boolean; |
|
export const padding: number; |
|
export const position: string; |
|
export const text: string; |
|
const weight_1: number; |
|
export { weight_1 as weight }; |
|
} |
|
namespace defaultRoutes { |
|
const color: string; |
|
} |
|
namespace descriptors { |
|
const _scriptable: boolean; |
|
const _indexable: boolean; |
|
} |
|
} |
|
export default _default;
|
|
|