| 12345678910111213141516171819202122232425262728293031323334 |
- declare const TransButton: import("vue").DefineComponent<{
- noStyle: {
- type: BooleanConstructor;
- default: any;
- };
- onClick: FunctionConstructor;
- disabled: {
- type: BooleanConstructor;
- default: any;
- };
- autofocus: {
- type: BooleanConstructor;
- default: any;
- };
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
- noStyle: {
- type: BooleanConstructor;
- default: any;
- };
- onClick: FunctionConstructor;
- disabled: {
- type: BooleanConstructor;
- default: any;
- };
- autofocus: {
- type: BooleanConstructor;
- default: any;
- };
- }>>, {
- disabled: boolean;
- autofocus: boolean;
- noStyle: boolean;
- }, {}>;
- export default TransButton;
|