@youwen/ai-design-system
Version:
Enterprise AI-driven design system with comprehensive design tokens
9 lines (8 loc) • 671 B
TypeScript
export { ThreeElementLayout, threeElementLayoutVariants } from "./components/three-element-layout";
export type { ThreeElementLayoutProps } from "./components/three-element-layout";
export { WidgetCard, widgetCardVariants } from "./components/widget-card";
export type { WidgetCardProps } from "./components/widget-card";
export { V2AdvancedLayout, v2AdvancedLayoutVariants } from "./components/v2-advanced-layout";
export type { V2AdvancedLayoutProps } from "./components/v2-advanced-layout";
export { FigmaButtonLayout, figmaButtonLayoutVariants } from "./components/figma-button-layout";
export type { FigmaButtonLayoutProps } from "./components/figma-button-layout";