UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

5 lines (4 loc) 172 B
export interface ConfigurationContextType { iconsType?: 'font' | 'svg'; } export declare const ConfigurationContext: import("react").Context<ConfigurationContextType>;