index.js 109 B

1234
  1. import { SkeletonButtonDefaultProps } from './props';
  2. Component({
  3. props: SkeletonButtonDefaultProps,
  4. });