mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 19:43:20 +08:00
Fix typo error
This commit is contained in:
2
types/materialize-css/index.d.ts
vendored
2
types/materialize-css/index.d.ts
vendored
@@ -556,7 +556,7 @@ interface JQuery {
|
||||
* Collapsibles are accordion elements that expand when clicked on.
|
||||
* They allow you to hide content that is not immediately relevant to the user.
|
||||
*
|
||||
* @param CollapsibleOptions | string options the collapsible optons or the string "destroy" to destroy the collapsible
|
||||
* @param CollapsibleOptions | string options the collapsible options or the string "destroy" to destroy the collapsible
|
||||
*/
|
||||
collapsible(options?: Materialize.CollapsibleOptions | string): JQuery;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user