mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
Remove abstract renderStyle method from base-element
This commit is contained in:
parent
92ee0aab12
commit
96dffb4459
@ -76,12 +76,6 @@ export abstract class BaseElement extends LitElement {
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* This function should be called in `render()` to add the styling for this
|
||||
* component.
|
||||
*/
|
||||
abstract renderStyle(): TemplateResult;
|
||||
|
||||
/**
|
||||
* Create and attach the MDC Foundation to the instance
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user