UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

4 lines (3 loc) 159 B
declare const warn: (message: string) => void; declare const warning: (condition: any, format: string, ...args: Array<any>) => void; export { warn, warning };