next-gen-ui
Version:
Next Gen Ui is a home for front-end & UI/Ux developers. We provide all the necessary components required to build a scalable front-end application which suits the user experience in a unique way.
11 lines • 467 B
TypeScript
import { ButtonType } from "./button";
import { ComponentSize } from "../../config/sizes";
interface StyledButtonProps {
innerType: ButtonType;
size: ComponentSize;
withText: boolean;
}
export declare const StyledButton: import("styled-components").StyledComponent<"button", any, StyledButtonProps, never>;
export declare const StyledIcon: import("styled-components").StyledComponent<"div", any, {}, never>;
export {};
//# sourceMappingURL=styled.d.ts.map