UNPKG

@redocly/theme

Version:

Shared UI components lib

2 lines (1 loc) 113 B
export declare function useControlledState<T>(initialState: T, controlledValue?: T): [T, (newValue: T) => void];