creates video voice memos from audio clips; with bluesky integration. trill.ptr.pet
at main 273 B view raw
1import { ark } from '@ark-ui/solid' 2import type { ComponentProps } from 'solid-js' 3import { styled } from 'styled-system/jsx' 4import { input } from 'styled-system/recipes' 5 6export type InputProps = ComponentProps<typeof Input> 7export const Input = styled(ark.input, input)