@types/rebass__layout
TypeScript icon, indicating that this package has built-in type declarations

4.0.4 • Public • Published

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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/rebass__layout

Weekly Downloads

4

Version

4.0.4

License

MIT

Unpacked Size

3.4 kB

Total Files

5

Last publish

Collaborators

  • types