UNPKG

@douyinfe/semi-ui

Version:

A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.

7 lines (6 loc) 191 B
import * as React from 'react'; import { PropsWithChildren } from 'react'; declare const pre: (props: PropsWithChildren<{ className: string; }>) => React.JSX.Element; export default pre;