Files
dealplustech/dealplustech-astro/node_modules/astro/dist/toolbar/index.d.ts
2026-03-02 12:35:14 +07:00

3 lines
142 B
TypeScript

import type { DevToolbarApp } from '../types/public/toolbar.js';
export declare function defineToolbarApp(app: DevToolbarApp): DevToolbarApp;