UNPKG

@engie-group/fluid-design-system

Version:

The Fluid Design System is ENGIE’s open-source library to create, build and deliver ENGIE digital services in a more efficient way.

7 lines (6 loc) 188 B
declare const Testing: { describe(element: any): string; assert(element: any, invalidTest: any, message: string): void; isChar(event: any): boolean; }; export default Testing;