UNPKG

dumi-theme-lobehub

Version:

dumi-theme-lobehub is a documentation site theme package designed for dumi2. It provides a more beautiful and user-friendly development and reading experience based on @lobehub/ui

8 lines (7 loc) 206 B
import { type FC, type ReactNode } from 'react'; declare const Container: FC<{ children: ReactNode; title?: string; type: 'info' | 'warning' | 'success' | 'error'; }>; export default Container;