text.d.ts 240 B

123456789101112
  1. /**
  2. * @description 默认常量配置
  3. * @author xiaokyo
  4. */
  5. declare const _default: {
  6. focus: boolean;
  7. height: number;
  8. placeholder: string;
  9. zIndexFullScreen: number;
  10. showFullScreen: boolean;
  11. };
  12. export default _default;