1
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
"use client";
|
||||
|
||||
import * as React from 'react';
|
||||
import Button from '../button/Button';
|
||||
const PickerButton = props => (/*#__PURE__*/React.createElement(Button, {
|
||||
size: "small",
|
||||
type: "primary",
|
||||
...props
|
||||
}));
|
||||
export default PickerButton;
|
||||
Reference in New Issue
Block a user