mirror of
https://github.com/kennethnym/freya
synced 2026-06-23 18:05:11 +01:00
chore: rename aelis to freya (#122)
This commit is contained in:
13
packages/freya-components/src/sans-serif-text.ts
Normal file
13
packages/freya-components/src/sans-serif-text.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { JrxNode } from "@nym.sh/jrx"
|
||||
|
||||
import { jsx } from "@nym.sh/jrx/jsx-runtime"
|
||||
|
||||
export type SansSerifTextProps = {
|
||||
content?: string
|
||||
style?: string
|
||||
children?: JrxNode | JrxNode[]
|
||||
}
|
||||
|
||||
export function SansSerifText(props: SansSerifTextProps): JrxNode {
|
||||
return jsx("SansSerifText", props)
|
||||
}
|
||||
Reference in New Issue
Block a user