Add fromLabel and toLabel to Locale (#14914)

Add fromLabel and toLabel to Locale to daterangepicker
This commit is contained in:
Diogo Sant'Ana 2017-03-10 03:59:49 -03:00 committed by Mohamed Hegazy
parent b50995f7df
commit 279736f8b2

View File

@ -140,6 +140,14 @@ declare namespace daterangepicker {
* Text for apply label.
*/
applyLabel?: string;
/**
* Text for fromLabel label.
*/
fromLabel?: string;
/**
* Text for toLabel label.
*/
toLabel?: string;
/**
* Format of the date string. example: 'YYYY-MM-DD'
*/