diff --git a/materialize-css/materialize-css.d.ts b/materialize-css/materialize-css.d.ts index 0a80c43afa..b41d608ced 100644 --- a/materialize-css/materialize-css.d.ts +++ b/materialize-css/materialize-css.d.ts @@ -289,93 +289,92 @@ declare module Materialize { declare var Materialize : Materialize.Materialize; 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. - * - * @name options the collapsible options - */ - collapsible(options?: Materialize.CollapsibleOptions): void; - - /** - * Tooltips are small, interactive, textual hints for mainly graphical elements. - * When using icons for actions you can use a tooltip to give people clarification on its function. - * - * @name options the tooltip options or the string "remove" to remove the tooltip function - */ - tooltip(options?: Materialize.TooltipOptions|string): void; - - /** - * Add a dropdown list to any button. - * Make sure that the data-activates attribute matches the id in the