UNPKG

react-iztro

Version:

基于iztro实现的react紫微斗数星盘组件。A react component used to generate an astrolabe of ziweidoushu based on iztro.

9 lines (8 loc) 289 B
import { IztroInput } from "iztro-hook/lib/index.type"; import { NestedProps } from "../config/types"; export type IztrolabeProps = { width?: number | string; horoscopeDate?: string | Date; horoscopeHour?: number; centerPalaceAlign?: boolean; } & IztroInput & NestedProps;