UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 160 B
/// <reference types="react" /> import { EmptyProps } from './empty.type'; declare const _default: (props: EmptyProps) => JSX.Element; export default _default;