big-design-ui
Version:
big-design-ui library for react applications
8 lines (7 loc) • 587 B
TypeScript
export declare const ButtonContainer: import("styled-components").StyledComponent<"button", any, {
width: string | number | (import("csstype").Property.Width<import("styled-system").TLengthStyledSystem> | null)[] | {
[x: string]: import("csstype").Property.Width<import("styled-system").TLengthStyledSystem> | undefined;
[x: number]: import("csstype").Property.Width<import("styled-system").TLengthStyledSystem> | undefined;
} | null | undefined;
}, "width">;
export declare const Icon: import("styled-components").StyledComponent<"span", any, {}, never>;