@rr0/time
Version:
EDTF parsing
14 lines • 419 B
text/typescript
export class Level0DurationRenderer {
/**
* @readonly
* @type Level0DurationRenderer
*/
static readonly instance: Level0DurationRenderer;
/**
* @param {Level0Duration} comp
* @return {string}
*/
render(comp: Level0Duration<any, any, any, any, any, any>): string;
}
import { Level0Duration } from "./Level0Duration.mjs";
//# sourceMappingURL=Level0DurationRenderer.d.mts.map