banira
    Preparing search index...

    Interface StoriesOptions

    interface StoriesOptions {
        importPath?: string;
    }
    Index

    Properties

    Properties

    importPath?: string

    Module specifier imported at the top of each story so the element registers itself. Defaults to ./<tag>.js. {tag} is substituted with the tag name. Treated as trusted build config — it becomes the generated import target, so don't derive it from untrusted input (security-findings #29).