UNPKG

ph-material-pickers

Version:

React components, that implements material design pickers for material-ui v4

8 lines (7 loc) 255 B
import * as React from 'react'; export declare function useDefaultProps<T>(props: T, { name }: { name: string; }): T; export declare function withDefaultProps<T>(componentConfig: { name: string; }, Component: React.ComponentType<T>): React.FC<T>;