mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
13 lines
400 B
TypeScript
13 lines
400 B
TypeScript
// Type definitions for makeup-floating-label 0.0
|
|
// Project: https://github.com/makeup-js/makeup-floating-label#readme
|
|
// Definitions by: Timur Manyanov <https://github.com/darkwebdev>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.9
|
|
|
|
declare class FloatingLabel {
|
|
constructor(el: any, userOptions?: any);
|
|
refresh(): void;
|
|
}
|
|
|
|
export = FloatingLabel;
|