UNPKG

@vtex/styleguide

Version:

> VTEX Styleguide React components ([Docs](https://vtex.github.io/styleguide))

4 lines (3 loc) 149 B
import { PropsWithChildren } from 'react'; declare function LoadedView({ children }: PropsWithChildren<{}>): JSX.Element; export default LoadedView;