Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fathym_atomic/src/utils/jsx.utils.ts>ClassedProps

This is the core atomic library to build design libraries from.
Go to Latest
type alias ClassedProps
import { type ClassedProps } from "https://deno.land/x/fathym_atomic@v0.0.124/src/utils/jsx.utils.ts";
definition: { class?: string | undefined | JSX.SignalLike<string | undefined>; className?: string | undefined | JSX.SignalLike<string | undefined>; }