UNPKG

@ecoba-vn/tender-feature

Version:
7 lines (6 loc) 172 B
/// <reference types="react" /> declare type Props = { type: "default" | "adjustment"; }; export default function Norms({ type }: Props): JSX.Element; export {};