ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface SearchInputStates

    Props for the SearchInput component

    interface SearchInputStates {
        onSearch?: (query: string) => void;
    }
    Index

    Properties

    Properties

    onSearch?: (query: string) => void

    Function to update search input