mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-14 03:21:18 +01:00
chore: rename aelis to freya
This commit is contained in:
13
packages/freya-components/src/serif-text.ts
Normal file
13
packages/freya-components/src/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 SerifTextProps = {
|
||||
content?: string
|
||||
style?: string
|
||||
children?: JrxNode | JrxNode[]
|
||||
}
|
||||
|
||||
export function SerifText(props: SerifTextProps): JrxNode {
|
||||
return jsx("SerifText", props)
|
||||
}
|
||||
Reference in New Issue
Block a user