UNPKG

@tachui/primitives

Version:

Basic UI components for tachUI framework

7 lines 445 B
/** * Display Components */ export { Text, EnhancedText, TextFormat, TextStyles, Typography, type TextProps, type TextFormatting, } from './Text'; export { Image, EnhancedImage, ImageStates, ImageContentModes, ImageUtils, type ImageProps, type ImageLoadingState, type ImageContentMode, type ImageResizeMode, type ImageLoadingStrategy, } from './Image'; export { HTML, H1, H2, H3, H4, H5, H6 } from './HTML'; //# sourceMappingURL=index.d.ts.map