mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* feat(react-lazylog): add more fields in Lazylog * feat(react-lazylog): Add SearchBar * Update LazyLog.d.ts * Update index.d.ts * Update index.d.ts * Update index.d.ts * (react-lazylog): text should be optional * fix(react-lazylog): remove patch version of react-lazylog
15 lines
552 B
TypeScript
15 lines
552 B
TypeScript
// Type definitions for react-lazylog 4.4
|
|
// Project: https://github.com/mozilla-frontend-infra/react-lazylog
|
|
// Definitions by: Benjamin Romano <https://github.com/benjaminRomano>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.8
|
|
|
|
export * from "./build/LazyLog";
|
|
export * from "./build/Line";
|
|
export * from "./build/LineContent";
|
|
export * from "./build/LineNumber";
|
|
export * from "./build/LinePart";
|
|
export * from "./build/Loading";
|
|
export * from "./build/ScrollFollow";
|
|
export * from "./build/SearchBar";
|