Nude Element API Docs - v0.1.3
    Preparing search index...

    Variable props

    props: {
        hooks: {
            first_constructor_static: () => void;
            constructed(): void;
            constructor(): void;
            setup(): void;
        };
        provides: {};
        providesStatic: { defineProps(def?: any): any };
    }

    Type Declaration

    • hooks: {
          first_constructor_static: () => void;
          constructed(): void;
          constructor(): void;
          setup(): void;
      }
    • provides: {}
    • providesStatic: { defineProps(def?: any): any }