mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 00:51:20 +00:00
15 lines
510 B
TypeScript
15 lines
510 B
TypeScript
|
|
export type { ButtonProps } from "./button.ts"
|
||
|
|
export { Button } from "./button.ts"
|
||
|
|
|
||
|
|
export type { FeedCardProps } from "./feed-card.ts"
|
||
|
|
export { FeedCard } from "./feed-card.ts"
|
||
|
|
|
||
|
|
export type { SansSerifTextProps } from "./sans-serif-text.ts"
|
||
|
|
export { SansSerifText } from "./sans-serif-text.ts"
|
||
|
|
|
||
|
|
export type { SerifTextProps } from "./serif-text.ts"
|
||
|
|
export { SerifText } from "./serif-text.ts"
|
||
|
|
|
||
|
|
export type { MonospaceTextProps } from "./monospace-text.ts"
|
||
|
|
export { MonospaceText } from "./monospace-text.ts"
|