fui-fancyui
Version:
FancyUI Libary
10 lines (9 loc) • 755 B
TypeScript
export declare const StyledFlexBox: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {} & {
$align?: "center" | "stretch" | "flex-end" | "flex-start" | "baseline" | undefined;
$direction?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
$externalStyle?: import('styled-components').CSSProp;
$justify?: "center" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start" | undefined;
$gap?: import('../../../design/designFunctions/getThemeOrValueAsCss').TThemeValueOrCSS | undefined;
} & {
as: React.ElementType;
}>> & string;