UNPKG

271 BTypeScriptView Raw
1/// <reference types="lodash" />
2interface UseComponentPropsParams {
3 componentName: string;
4 fileName: string;
5}
6export declare const useComponentProps: ({ componentName, fileName, }: UseComponentPropsParams) => import("lodash").Dictionary<any>;
7export {};