1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
Oinktube/node_modules/chart.js/dist/controllers/controller.pie.d.ts
2023-02-17 15:04:26 -03:00

3 lines
125 B
TypeScript

export default class PieController extends DoughnutController {
}
import DoughnutController from "./controller.doughnut.js";