UNPKG

react-peeps

Version:

React implementation of the hand drawn illustration library called Open Peeps

16 lines (15 loc) 1.04 kB
/// <reference types="react" /> export declare const SittingPose: { Bike: import("react").FC<import("../../types").PieceType>; ClosedLegBW: import("react").FC<import("../../types").PieceType>; ClosedLegWB: import("react").FC<import("../../types").PieceType>; CrossedLegs: import("react").FC<import("../../types").PieceType>; HandsBackBW: import("react").FC<import("../../types").PieceType>; HandsBackWB: import("react").FC<import("../../types").PieceType>; MediumBW: import("react").FC<import("../../types").PieceType>; MediumWB: import("react").FC<import("../../types").PieceType>; OneLegUpBW: import("react").FC<import("../../types").PieceType>; OneLegUpWB: import("react").FC<import("../../types").PieceType>; WheelChair: import("react").FC<import("../../types").PieceType>; }; export declare type SittingPoseType = "Bike" | "ClosedLegBW" | "ClosedLegWB" | "CrossedLegs" | "HandsBackBW" | "HandsBackWB" | "MediumBW" | "MediumWB" | "OneLegUpBW" | "OneLegUpWB" | "WheelChair";