Typincript Typ Funkcja Callback w interfejsie
interface InputProps {
youCallback: () => void
otherProp: string
}
Fair Fowl
interface InputProps {
youCallback: () => void
otherProp: string
}