mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add fromLabel and toLabel to Locale (#14914)
Add fromLabel and toLabel to Locale to daterangepicker
This commit is contained in:
parent
b50995f7df
commit
279736f8b2
8
daterangepicker/index.d.ts
vendored
8
daterangepicker/index.d.ts
vendored
@ -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'
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user