UNPKG

@aws-amplify/ui

Version:

`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.

5 lines (4 loc) 230 B
import { ConsoleLogger as Logger } from 'aws-amplify/utils'; type LoggerCategory = 'Auth' | 'AccountSettings' | 'Geo' | 'Notifications' | 'Storage'; export declare const getLogger: (category: LoggerCategory) => Logger; export {};