UNPKG

docz

Version:

It's has never been so easy to documents your things!

8 lines (7 loc) 271 B
/// <reference types="lodash" /> interface UseComponentPropsParams { componentName: string; fileName: string; } export declare const useComponentProps: ({ componentName, fileName, }: UseComponentPropsParams) => import("lodash").Dictionary<any>; export {};