@fidely-ui/react
Version:
Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps
20 lines (19 loc) • 678 B
TypeScript
import { Format } from '@ark-ui/react/format';
export declare const FormatByte: {
(props: Format.ByteProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const FormatNumber: {
(props: Format.NumberProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const FormatRelativeTime: {
(props: Format.RelativeTimeProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export interface FormatByteProps extends Format.ByteProps {
}
export interface FormatNumberProps extends Format.NumberProps {
}
export interface FormatRelativeTimeProps extends Format.RelativeTimeProps {
}