🔧 chore: export buttonBaseProps

This commit is contained in:
Andre H 2024-02-22 14:13:47 +07:00
parent 028dd35db1
commit 5836779403

View File

@ -9,7 +9,7 @@ import { cloneIcon } from 'utils/cloneIcon';
/** /**
* Represents the properties of a base button component. * Represents the properties of a base button component.
*/ */
interface ButtonBaseProps { export interface ButtonBaseProps {
/** /**
* The optional left icon element for a component. * The optional left icon element for a component.
* @type {ReactNode} * @type {ReactNode}