Browse Source

整理代码

es6
guy 3 years ago
parent
commit
2b5321cb3c
  1. 2
      typescript/base/single/button/buttons/button.text.ts

2
typescript/base/single/button/buttons/button.text.ts

@ -1,4 +1,4 @@
import { Label } from "typescript";
import { Label } from "../../../..";
import { BasicButton } from "../button.basic";
export declare class TextButton extends BasicButton {

Loading…
Cancel
Save