init
This commit is contained in:
commit
2737aadc7f
13 changed files with 391 additions and 0 deletions
5
lib/utils.ts
Normal file
5
lib/utils.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { CSSProperties } from "https://deno.land/std@0.40.0/types/react.d.ts";
|
||||
|
||||
export function _css(prop: CSSProperties) {
|
||||
return prop;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue