UNPKG

@react-awesome-query-builder/fluent

Version:
11 lines (8 loc) 394 B
import {BasicConfig} from "@react-awesome-query-builder/ui"; export {FluentUIWidgets} from "./widgets"; export { generateCssVars } from "./utils/theming"; import type { FluentUIConfig as FluentUIConfigType} from "./config"; export declare const FluentUIConfig: FluentUIConfigType; export type FluentUIConfig = FluentUIConfigType; // re-export export * from "@react-awesome-query-builder/ui";