UNPKG

@gsretail.com/gui-core

Version:

A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook

9 lines (8 loc) 215 B
import React from 'react'; interface EmptyRowViewProps { colSpan?: number; height?: string; text?: string; } declare const EmptyRowView: React.FC<EmptyRowViewProps>; export default EmptyRowView;