@devgateway/dvz-ui-react
Version:
A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.
23 lines (22 loc) • 583 B
TypeScript
export function getCategories({ app, params }: {
app: any;
params: any;
}): any;
export function getData({ source, app, params }: {
source: any;
app: any;
params: any;
}): any;
export function getCustomPosts({ postType, taxonomy, category, taxonomyFilters, before, perPage, page, locale, after, ordering, orderingDirection }: {
postType: any;
taxonomy: any;
category: any;
taxonomyFilters: any;
before: any;
perPage: any;
page: any;
locale: any;
after: any;
ordering: any;
orderingDirection: any;
}): Promise<unknown>;