运维小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ja.d.ts 240B

12345678910111213
  1. declare const _default: {
  2. year: string;
  3. month: string;
  4. date: string;
  5. hour: string;
  6. minute: string;
  7. second: string;
  8. am: string;
  9. pm: string;
  10. confirm: string;
  11. cancel: string;
  12. };
  13. export default _default;