@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
8 lines (7 loc) • 326 B
TypeScript
import { type AmountProps } from './Amount';
export type PercentProps = Omit<AmountProps, 'currency' | 'currencyDisplay' | 'currencyPosition'>;
declare function Percent(props: PercentProps): import("react/jsx-runtime").JSX.Element;
declare namespace Percent {
var _supportsSpacingProps: boolean;
}
export default Percent;