@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
5 lines (4 loc) • 400 B
text/typescript
export { FormatByte as Byte, type FormatByteProps as ByteProps } from './format-byte';
export { FormatNumber as Number, type FormatNumberProps as NumberProps } from './format-number';
export { FormatRelativeTime as RelativeTime, type FormatRelativeTimeProps as RelativeTimeProps, } from './format-relative-time';
export { FormatTime as Time, type FormatTimeProps as TimeProps } from './format-time';