UNPKG

@gsretail.com/gui-core

Version:

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

5 lines (4 loc) 148 B
import React from 'react'; import { BoxProps } from '@mui/material'; declare const ActionsView: React.FC<BoxProps>; export default ActionsView;