UNPKG

@allurereport/web-dashboard

Version:

The static files for Allure Dashboard Report

14 lines (10 loc) 185 B
declare module "*.svg" { const content: { id: string; }; export default content; } declare module "*.scss" { const content: Record<string, string>; export = content; }