ph-material-pickers
Version:
React components, that implements material design pickers for material-ui v4
7 lines (6 loc) • 320 B
TypeScript
import * as React from 'react';
export interface CalendarSkeletonProps extends React.HTMLProps<HTMLDivElement> {
}
export declare const useStyles: (props?: any) => Record<"hidden" | "root" | "daySkeleton", string>;
export declare const CalendarSkeleton: React.FC<CalendarSkeletonProps>;
export default CalendarSkeleton;