UNPKG

@wix/design-system

Version:

@wix/design-system

5 lines 168 B
import React from 'react'; import { CellProps } from '../Layout.types'; declare const Cell: React.FC<CellProps>; export default Cell; //# sourceMappingURL=Cell.d.ts.map