UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

8 lines (7 loc) 230 B
import { PropsWithChildren } from 'react'; export interface ThinkProps { second?: number; done?: boolean; } declare const Render: import("react").NamedExoticComponent<PropsWithChildren<ThinkProps>>; export default Render;