mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Export module BootstrapFileInput
This commit is contained in:
parent
f7f81bced2
commit
ba972bef8a
8
types/bootstrap-fileinput/index.d.ts
vendored
8
types/bootstrap-fileinput/index.d.ts
vendored
@ -10,6 +10,9 @@ interface JQuery {
|
||||
fileinput: (options?: BootstrapFileInput.FileInputOptions) => JQuery;
|
||||
}
|
||||
|
||||
declare module 'bootstrap-fileinput' {
|
||||
export = BootstrapFileInput;
|
||||
}
|
||||
|
||||
declare module BootstrapFileInput {
|
||||
interface FileInputOptions {
|
||||
@ -19,6 +22,11 @@ declare module BootstrapFileInput {
|
||||
The locale JS file for the language code must be defined as mentioned in the translations section: http://plugins.krajee.com/file-input#translations
|
||||
*/
|
||||
language?: string;
|
||||
|
||||
/**
|
||||
* Theming
|
||||
*/
|
||||
theme?: string;
|
||||
/**
|
||||
Whether to display the file caption.
|
||||
Defaults to true.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user