en-US

The simplest usage.

zh-CN

最简单的用法。

import { DEmpty } from '@react-devui/ui';

export default function Demo() {
  return <DEmpty></DEmpty>;
}