UNPKG

@rbxts/rodux-hooks

Version:

Port of littensy's roact-rodux-hooked for kampf's RoactHooks library.

11 lines (10 loc) 388 B
/// <reference types="roact" /> /// <reference types="@rbxts/types" /> import Roact from "@rbxts/roact"; export interface ILabelsProps { AnchorPoint?: Roact.Binding<Vector2> | Vector2; LayoutOrder?: Roact.Binding<number> | number; Position?: Roact.Binding<UDim2> | UDim2; } export declare const Labels: (props: ILabelsProps) => Roact.Element; export default Labels;