UNPKG

@wix/design-system

Version:

@wix/design-system

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