@trinkui/shared
v0.0.3
Published
Shared types and constants for trink-ui
Downloads
23
Readme
@trinkui/shared
Shared TypeScript types and constants used internally by the trink-ui component library.
Note: This is an internal package. You probably want
@trinkui/reactinstead.
What's Inside
- Types —
ActionProps,ImageProps,Theme,Size,BaseSectionProps,SectionHeaderProps, and more - Constants —
CONTAINER_SIZES,SECTION_SPACING, animation defaults
Usage
import type { BaseSectionProps, ActionProps, Theme } from "@trinkui/shared";