UNPKG

@inaccess-fang/ui-components

Version:

The Inaccess UI Components Library for the Front-end projects

15 lines (14 loc) 281 B
declare function _(obj: any): _; declare class _ { constructor(obj: any); _wrapped: any; value(): any; valueOf: any; toJSON: any; toString(): string; } declare namespace _ { export { VERSION }; } export default _; import { VERSION } from "./_setup.js";