UNPKG

@up-group-ui/react-controls

Version:
10 lines (9 loc) 286 B
import React from 'react'; export default class VerticalLines extends React.Component<any, any> { static defaultProps: { fixedHeader: string; dayBackground: any; }; shouldComponentUpdate(nextProps: any, nextState: any): boolean; render(): JSX.Element; }