UNPKG

@react-pakistan/react-ui-collection

Version:

React UI Collection built upon React Storybook

11 lines (10 loc) 178 B
export declare enum FLOW { SIGN_IN = "SIGN_IN", SIGN_UP = "SIGN_UP" } export interface ISignProps { /** * Enum value for Sign type */ signType: FLOW; }