0.5.5 • Published 6 months ago

@types/babel-plugin-glaze v0.5.5

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

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

// Type definitions for babel-plugin-glaze 0.5
// Project: https://github.com/kripod/glaze/blob/master/packages/babel-plugin-glaze/README.md
// Definitions by: Kristóf Poduszló <https://github.com/kripod>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8

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ó.

0.5.4

7 months ago

0.5.3

7 months ago

0.5.5

6 months ago

0.5.2

8 months ago

0.5.1

3 years ago

0.5.0

4 years ago