UNPKG

@hrobarikt/box-ui-elements

Version:
8 lines (7 loc) 218 B
import * as React from 'react'; import './SandboxBanner.scss'; declare type Props = { children: React.ReactChild; }; declare const SandboxBanner: ({ children }: Props) => JSX.Element; export default SandboxBanner;