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

0.5.5 • Public • Published

Installation

npm install --save @types/babel-plugin-glaze

Summary

This package contains type definitions for babel-plugin-glaze (https://github.com/kripod/glaze/blob/master/packages/babel-plugin-glaze/README.md).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel-plugin-glaze.

index.d.ts

import { ThemedStyle } from "glaze";
import {} from "react";

declare module "react" {
    interface Attributes {
        sx?: ThemedStyle | undefined;
    }
}

Additional Details

Credits

These definitions were written by Kristóf Poduszló.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/babel-plugin-glaze

Weekly Downloads

0

Version

0.5.5

License

MIT

Unpacked Size

3.2 kB

Total Files

5

Last publish

Collaborators

  • types