tmp
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface UsingConfigBehaviorOptions {
|
||||
componentName: string;
|
||||
localeTextPropName?: string;
|
||||
}
|
||||
export default function usingConfig(options: UsingConfigBehaviorOptions): string;
|
||||
Reference in New Issue
Block a user