UNPKG

@jengaui/utils

Version:

Jenga UI Utils component in React

12 lines (10 loc) 513 B
declare function propDeprecationWarning(name: any, props: any, propList: any): void; declare function accessibilityWarning(...args: any[]): void; declare function warn(...args: any[]): void; declare function deprecationWarning(condition: any, { property, name, betterAlternative, reason, }: { property: string; name: string; betterAlternative: (() => string) | string; reason?: (() => string) | string; }): void; export { accessibilityWarning, deprecationWarning, propDeprecationWarning, warn };