@material/mwc-floating-label
Advanced tools
Comparing version 0.9.1 to 0.10.0
@@ -1,7 +0,6 @@ | ||
import {MDCFloatingLabelFoundation} from '@material/floating-label/foundation.js'; | ||
import {PropertyPart} from 'lit-html'; | ||
import { MDCFloatingLabelFoundation } from '@material/floating-label/foundation.js'; | ||
import { PropertyPart } from 'lit-html'; | ||
export interface FloatingLabel extends HTMLLabelElement { | ||
floatingLabelFoundation: MDCFloatingLabelFoundation; | ||
floatingLabelFoundation: MDCFloatingLabelFoundation; | ||
} | ||
export declare const floatingLabel: (label: string) => (part: PropertyPart) => | ||
void; | ||
export declare const floatingLabel: (label: string) => (part: PropertyPart) => void; |
{ | ||
"name": "@material/mwc-floating-label", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "main": "mwc-floating-label-directive.js", | ||
}, | ||
"gitHead": "2b2676d71b8d393aa61348cb8e3d9ed03dd8dc08" | ||
"gitHead": "631e70e3a39330ccade8210d1a72edc0f22ddc0a" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
182240
148