UNPKG

@cds/core

Version:

Clarity Design System - common components, themes, and utilties

7 lines (6 loc) 235 B
import { DemoData } from './interfaces.js'; export declare class DemoService { static get data(): DemoData; static get asyncData(): Promise<DemoData>; static getData(type: 'system' | 'infrastructure' | 'food'): DemoData; }