deno.land / x / goober@v2.1.14 / global / global.d.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
import { Properties as CSSProperties } from 'csstype';import { Theme, DefaultTheme } from 'goober';
export = gooberGlobal;
export as namespace gooberGlobal;
declare namespace gooberGlobal { interface CSSAttribute extends CSSProperties { [key: string]: CSSAttribute | string | number | undefined; }
function createGlobalStyles( tag: CSSAttribute | TemplateStringsArray | string, ...props: Array< | string | number | ((props: Theme<DefaultTheme>) => CSSAttribute | string | number | false | undefined) > ): Function; function glob( tag: CSSAttribute | TemplateStringsArray | string, ...props: Array<string | number> ): void;}
goober

Version Info

Tagged at
4 months ago