pure
    Preparing search index...

    Type Alias FsFileOpenTypeAccept

    type FsFileOpenTypeAccept = {
        extensions: string[];
        mime?: string;
    }
    Index

    Properties

    Properties

    extensions: string[]

    extensions to accept (with the "." prefix)

    mime?: string

    Optional mime type, which the browser can be used to display file type descriptions