@cagatayfdn/flora-components 0.0.66 → 0.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -189,7 +189,7 @@ export declare type BreadcrumbProps = {
|
|
|
189
189
|
|
|
190
190
|
export declare const Button: ({ children, size, isLoading, isDisabled, isBlock, noBorder, noBackground, round, isSolid, isPill, type, focus, className, prefixIcon, appearance, onClick, }: ButtonProps) => JSX.Element;
|
|
191
191
|
|
|
192
|
-
declare type ButtonProps = {
|
|
192
|
+
export declare type ButtonProps = {
|
|
193
193
|
children: ReactNode;
|
|
194
194
|
appearance?: AppearanceButton;
|
|
195
195
|
size?: Size;
|