mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
import { Callout } from 'nextra-theme-docs'
|
||
|
||
export const Info = ({ children }) => {
|
||
return <Callout emoji="ℹ️">{children}</Callout>
|
||
}
|