File size: 153 Bytes
1e92f2d |
1 2 3 4 5 6 |
import type { PropsWithChildren } from 'react';
declare function EmbedContainer( props: PropsWithChildren ): ReactNode;
export default EmbedContainer;
|
1e92f2d |
1 2 3 4 5 6 |
import type { PropsWithChildren } from 'react';
declare function EmbedContainer( props: PropsWithChildren ): ReactNode;
export default EmbedContainer;
|