Giter VIP home page Giter VIP logo

vue-strict-prop's People

Contributors

dependabot[bot] avatar thenickname avatar wonderful-panda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

thenickname

vue-strict-prop's Issues

how to export prop types from a tsx component.

I have a TSX component (eg. Counter) with a bunch of props defined with vue-strict-prop.

in another component, I want to type all the props I'm passing to Counter.

Is there a way to import the prop types of Counter into another component to be able to use that type info to declare the props passed into it?

error: string is not assignable to "a litteral string"

Hi!
I'm trying this:

size: propType<"sm" | "lg">(String).required

and I get this error:

Argument of type 'StringConstructor' is not assignable to parameter of type 'Prop<"sm" | "lg">'.
Type 'StringConstructor' is not assignable to type '() => "sm" | "lg"'.
Type 'string' is not assignable to type '"sm" | "lg"'.ts(2345)

Any advice much appreciated!

how to set propType to an ENUM value

I was trying this:

value: propType<MY_ENUM>(String).required

where MY_ENUM is:

export declare enum MY_ENUM {
    SOME_VAL = "Some Value",
    SOME_OTHER_VAL = "Some Other Value"
}

And in the TSX component I'd want to pass only one of those enum values.

However, I cannot set the propType to the ENUM because I get this error:

Argument of type 'StringConstructor' is not assignable to parameter of type 'Prop<MY_ENUM>'.
Type 'StringConstructor' is not assignable to type '() => MY_ENUM'.
Type 'string' is not assignable to type 'MY_ENUM'.ts(2345)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.