import { InputNumber } from 'tvu-react-pilot' const Surface = ({ children }: any) => (
{children}
) export const Default = () => ( ) export const OnlyAdd = () => ( ) export const OnlyReduce = () => ( ) export const Readonly = () => ( )