UNPKG

@navinc/base-react-components

Version:
8 lines (7 loc) 229 B
export default UniversalComponent; declare function UniversalComponent({ as: component, isLoading, children, ...rest }: { [x: string]: any; as?: string | undefined; isLoading: any; children: any; }): JSX.Element;