/** * @mks2508/mks-ui * * UI component library - Framework-agnostic core types and React components. * * ## Entry Points * * ### Main Entry (Core Types) * ```typescript * import type { StyleSlots, SlotOverrides, IBaseConfig } from '@mks2508/mks-ui'; * ``` * * ### React Entry (Components, Hooks, Icons, Utils) * ```typescript * import { Button, Card, CornerBracket } from '@mks2508/mks-ui/react'; * import { useAutoHeight } from '@mks2508/mks-ui/react'; * import { Check, Search } from '@mks2508/mks-ui/react'; * import { cn } from '@mks2508/mks-ui/react'; * ``` * * @example * ```tsx * import type { StyleSlots } from '@mks2508/mks-ui'; * import { Button, Card, CornerBracket } from '@mks2508/mks-ui/react'; * ``` */ export * from './core'; //# sourceMappingURL=index.d.ts.map