Sign in
chromium
/
devtools
/
devtools-frontend
/
HEAD
/
.
/
node_modules
/
eslint-plugin-lit
/
lib
/
rules
/
no-value-attribute.d.ts
blob: c0a854bb1b0f76d401b07e9a1b6847359ff6616e [
file
]
/**
* @fileoverview Detects usages of the `value` attribute
* @author James Garbutt <https://github.com/43081j>
*/
import
{
Rule
}
from
'eslint'
;
export
declare
const
rule
:
Rule
.
RuleModule
;