UNPKG

@redpill-paris/quidol-ui

Version:

**quidol-ui** is a framework css create for the project Quidol Live.

4 lines (3 loc) 137 B
import { CodeInputProps } from '../types'; declare const CodeInput: (props: CodeInputProps) => JSX.Element; export default CodeInput;