UNPKG

tdesign-miniprogram

Version:
6 lines (5 loc) 190 B
export interface UsingConfigBehaviorOptions { componentName: string; localeTextPropName?: string; } export default function usingConfig(options: UsingConfigBehaviorOptions): string;