fui-fancyui
Version:
FancyUI Libary
8 lines (7 loc) • 499 B
TypeScript
import { TTheme } from '../../../types/TTheme';
export declare const FancyLiItem: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {} & {
$sizeC?: "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "3xs" | "3xl" | "4xl" | undefined;
$aligned?: "center" | "left" | "right" | undefined;
} & {
theme: TTheme;
}>> & string;