Repository URL to install this package:
|
Version:
0.0.4 ▾
|
import React from 'react';
declare type DynamicContainerProps = {
id: string;
children?: React.ReactNode;
};
declare const DynamicContainer: React.FC<DynamicContainerProps>;
export default DynamicContainer;