mirror of
https://github.com/MercuryWorkshop/dreamlandjs.git
synced 2025-05-16 15:40:01 -04:00
alicecss overhaul
This commit is contained in:
parent
92fc04197a
commit
654e44dbd7
2 changed files with 58 additions and 23 deletions
3
AliceJS.d.ts
vendored
3
AliceJS.d.ts
vendored
|
@ -21,7 +21,8 @@ declare function stateful<T>(target: T): Stateful<T>;
|
|||
declare function handle<T>(references: AliceJSReferenceSink<T>, callback: (value: T) => void): void;
|
||||
|
||||
declare function css(strings: TemplateStringsArray, ...values: any): string;
|
||||
declare var styled: { new: typeof css };
|
||||
declare function rule(strings: TemplateStringsArray, ...values: any): string;
|
||||
declare var styled: { new: typeof css, rule: typeof rule };
|
||||
|
||||
type DLCSS = string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue