UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
7 lines (6 loc) 168 B
import { FC, PropsWithChildren } from 'react'; interface Props { hideBox?: boolean; } export declare const TransactionBox: FC<PropsWithChildren<Props>>; export {};