UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

11 lines (10 loc) 191 B
export interface IExtendedDateFilterErrors { absoluteForm?: { from?: string; to?: string; }; relativeForm?: { from?: string; to?: string; }; }