cmd.d.ts 143 B

12345678
  1. /**
  2. * @description 命令配置项
  3. * @author wangfupeng
  4. */
  5. declare const _default: {
  6. styleWithCSS: boolean;
  7. };
  8. export default _default;