UNPKG

@cainthus/alex-library

Version:

Component React library for Cainthus - Alex Dashboard.

6 lines (5 loc) 189 B
/// <reference types="react" /> import './CardWrapper.component.css'; import { Props } from './Wrapper.types'; declare const Wrapper: (props: Props) => JSX.Element; export default Wrapper;