Backstage
    Preparing search index...

    Interface SearchState

    interface SearchState {
        onChange: (value: string) => void;
        value: string;
    }
    Index

    Properties

    Properties

    onChange: (value: string) => void
    value: string