index.js 128 B

12345
  1. import { EmptyDefaultProps } from './props';
  2. import '../_util/assert-component2';
  3. Component({
  4. props: EmptyDefaultProps,
  5. });