payload
Version:
Node, React and MongoDB Headless CMS and Application Framework
15 lines • 378 B
TypeScript
import type { Ref } from 'react';
import React from 'react';
import './index.scss';
type Props = {
children: React.ReactNode;
className?: string;
left?: boolean;
negativeLeft?: boolean;
negativeRight?: boolean;
ref?: Ref<HTMLDivElement>;
right?: boolean;
};
export declare const Gutter: React.FC<Props>;
export {};
//# sourceMappingURL=index.d.ts.map