tatuka-components
Version:
this is a readme text
14 lines (13 loc) • 454 B
TypeScript
import React from 'react';
import "../../../../dist/style/styles.css";
declare function TatukaButton({ text, paddingX, paddingY, width, height, fontSize, backgroundColor, }: {
text: string;
fontSize?: number;
paddingX?: number;
paddingY?: number;
width?: number;
height?: number;
backgroundColor?: string;
}): React.JSX.Element;
declare const _default: React.MemoExoticComponent<typeof TatukaButton>;
export default _default;