@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
16 lines (15 loc) • 1.09 kB
text/typescript
import { LobeCustomStylish } from "./customStylish.mjs";
import { ColorPalettes, ColorPalettesAlpha, ColorToken, LobeCustomToken, PresetColorKey, PresetColorType, PresetSystemColorKey, PresetSystemColorType, SystemColorToken } from "./customToken.mjs";
import { AnchorHTMLAttributes, HTMLAttributes } from "react";
//#region src/types/index.d.ts
type DivProps = HTMLAttributes<HTMLDivElement>;
type VideoProps = HTMLAttributes<HTMLVideoElement>;
type SvgProps = HTMLAttributes<SVGSVGElement>;
type ImgProps = HTMLAttributes<HTMLImageElement>;
type AProps = AnchorHTMLAttributes<HTMLAnchorElement>;
type InputProps = HTMLAttributes<HTMLInputElement>;
type TextAreaProps = HTMLAttributes<HTMLTextAreaElement>;
type SpanProps = HTMLAttributes<HTMLSpanElement>;
//#endregion
export { AProps, ColorPalettes, ColorPalettesAlpha, ColorToken, DivProps, ImgProps, InputProps, LobeCustomStylish, LobeCustomToken, PresetColorKey, PresetColorType, PresetSystemColorKey, PresetSystemColorType, SpanProps, SvgProps, SystemColorToken, TextAreaProps, VideoProps };
//# sourceMappingURL=index.d.mts.map