1
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
import type { ButtonProps } from '../button/Button';
|
||||
declare const PickerButton: React.FC<Readonly<ButtonProps>>;
|
||||
export default PickerButton;
|
||||
Reference in New Issue
Block a user