mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Add fromLabel and toLabel to Locale (#14914)
Add fromLabel and toLabel to Locale to daterangepicker
This commit is contained in:
committed by
Mohamed Hegazy
parent
b50995f7df
commit
279736f8b2
Vendored
+8
@@ -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'
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user