Sign in
chromium
/
devtools
/
devtools-frontend
/
HEAD
/
.
/
node_modules
/
eslint-plugin-lit
/
lib
/
rules
/
no-private-properties.d.ts
blob: 2250af32539843eb6f621798fdf93c044bbf501c [
file
]
/**
* @fileoverview Disallows usages of "non-public" property bindings
* @author Michael Stramel <https://github.com/stramel>
*/
import
{
Rule
}
from
'eslint'
;
export
declare
const
rule
:
Rule
.
RuleModule
;