6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
import PickerButton from '../PickerButton';
|
|
declare const Components: {
|
|
button: typeof PickerButton;
|
|
};
|
|
export default Components;
|