4.0.4 • Published 6 months ago

@types/rebass__layout v4.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/rebass__layout

Summary

This package contains type definitions for @rebass/layout (https://github.com/rebassjs/rebass#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rebass__layout.

index.d.ts

// Type definitions for @rebass/layout 4.0
// Project: https://github.com/rebassjs/rebass#readme
// Definitions by: Rafael Almeida <https://github.com/rafaelalmeidatk>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import * as React from 'react';
import * as Rebass from 'rebass';

export interface TilesProps extends Rebass.BoxProps {
    width?: Array<number | string | null> | undefined;
    columns?: Array<number | null> | undefined;
    gap?: number | undefined;
}
export const Tiles: React.FunctionComponent<TilesProps>;

Additional Details

Credits

These definitions were written by Rafael Almeida.